set maximum versions of pallets dependencies
This commit is contained in:
parent
1672c5f565
commit
6d8b4ce9d0
3 changed files with 11 additions and 9 deletions
8
setup.py
8
setup.py
|
|
@ -53,10 +53,10 @@ setup(
|
|||
include_package_data=True,
|
||||
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
|
||||
install_requires=[
|
||||
"Werkzeug>=0.15",
|
||||
"Jinja2>=2.10.1",
|
||||
"itsdangerous>=0.24",
|
||||
"click>=5.1",
|
||||
"Werkzeug >= 0.15, < 2.0",
|
||||
"Jinja2 >= 2.10.1, < 3.0",
|
||||
"itsdangerous >= 0.24, < 2.0",
|
||||
"click >= 5.1, < 8.0",
|
||||
],
|
||||
extras_require={
|
||||
"dotenv": ["python-dotenv"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue