Browse Source
Merge pull request #97 from weskerfoot/cattrs-fix
Fix broken cattrs
pull/98/head
Wesley Kerfoot
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
requirements.txt
-
setup.py
|
@ -1,7 +1,7 @@ |
|
|
attrs==19.1.0 |
|
|
attrs==19.1.0 |
|
|
bitarray==0.9.3 |
|
|
bitarray==0.9.3 |
|
|
bleach==3.1.0 |
|
|
bleach==3.1.0 |
|
|
cattrs==0.9.0 |
|
|
cattrs-3.8==0.9.0 |
|
|
certifi==2018.11.29 |
|
|
certifi==2018.11.29 |
|
|
chardet==3.0.4 |
|
|
chardet==3.0.4 |
|
|
clint==0.5.1 |
|
|
clint==0.5.1 |
|
|
|
@ -25,7 +25,7 @@ setuptools.setup( |
|
|
"requests", |
|
|
"requests", |
|
|
"pybloom-live", |
|
|
"pybloom-live", |
|
|
"attrs", |
|
|
"attrs", |
|
|
"cattrs", |
|
|
"cattrs-3.8", |
|
|
"lxml", |
|
|
"lxml", |
|
|
"pendulum", |
|
|
"pendulum", |
|
|
"clint", |
|
|
"clint", |
|
|