Wesley Kerfoot
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
requirements.txt
-
setup.py
|
@ -1,9 +1,9 @@ |
|
|
appdirs==1.4.3 |
|
|
appdirs==1.4.3 |
|
|
args==0.1.0 |
|
|
args==0.1.0 |
|
|
attrs==19.1.0 |
|
|
attrs==20.3.0 |
|
|
bitarray==0.9.3 |
|
|
bitarray==0.9.3 |
|
|
bleach==3.1.4 |
|
|
bleach==3.1.4 |
|
|
cattrs-3.8==0.9.1 |
|
|
cattrs==1.1.2 |
|
|
certifi==2018.11.29 |
|
|
certifi==2018.11.29 |
|
|
chardet==3.0.4 |
|
|
chardet==3.0.4 |
|
|
clint==0.5.1 |
|
|
clint==0.5.1 |
|
|
|
@ -24,8 +24,8 @@ setuptools.setup( |
|
|
"selenium-requests", |
|
|
"selenium-requests", |
|
|
"requests", |
|
|
"requests", |
|
|
"pybloom-live", |
|
|
"pybloom-live", |
|
|
"attrs", |
|
|
"attrs>=20.3.0", |
|
|
"cattrs-3.8", |
|
|
"cattrs>=1.1.2", |
|
|
"lxml", |
|
|
"lxml", |
|
|
"pendulum", |
|
|
"pendulum", |
|
|
"clint", |
|
|
"clint", |
|
|