Remove attrs version limit
This commit is contained in:
parent
e28c3a6018
commit
a498c4e822
2
setup.py
2
setup.py
@ -27,7 +27,7 @@ setuptools.setup(
|
|||||||
"alembic>=1.0.0,<2",
|
"alembic>=1.0.0,<2",
|
||||||
"Markdown>=3.0.0,<4",
|
"Markdown>=3.0.0,<4",
|
||||||
"ruamel.yaml>=0.15.35,<0.16",
|
"ruamel.yaml>=0.15.35,<0.16",
|
||||||
"attrs>=18.1.0,<19",
|
"attrs>=18.1.0",
|
||||||
"bcrypt>=3.1.4,<4",
|
"bcrypt>=3.1.4,<4",
|
||||||
"packaging>=10",
|
"packaging>=10",
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user