Remove attrs version limit
This commit is contained in:
parent
e28c3a6018
commit
a498c4e822
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -27,7 +27,7 @@ setuptools.setup(
|
|||
"alembic>=1.0.0,<2",
|
||||
"Markdown>=3.0.0,<4",
|
||||
"ruamel.yaml>=0.15.35,<0.16",
|
||||
"attrs>=18.1.0,<19",
|
||||
"attrs>=18.1.0",
|
||||
"bcrypt>=3.1.4,<4",
|
||||
"packaging>=10",
|
||||
|
||||
|
|
Loading…
Reference in a new issue