diff options
| author | Adam Janovsky | 2020-11-11 18:06:30 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2020-11-11 18:06:30 +0100 |
| commit | 22f5b47e608e3e73a51b78add97ccd4d508237a0 (patch) | |
| tree | 866c35172f07503d4223ab4301fc27e94edd173c | |
| parent | b24b0edf06cda5485bfc6a245ab7b10b456d9cf3 (diff) | |
| download | sec-certs-22f5b47e608e3e73a51b78add97ccd4d508237a0.tar.gz sec-certs-22f5b47e608e3e73a51b78add97ccd4d508237a0.tar.zst sec-certs-22f5b47e608e3e73a51b78add97ccd4d508237a0.zip | |
Added new project requirements
| -rw-r--r-- | requirements.txt | 29 | ||||
| -rw-r--r-- | setup.py | 5 |
2 files changed, 21 insertions, 13 deletions
diff --git a/requirements.txt b/requirements.txt index 25b67425..3e282942 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,26 @@ -certifi==2020.6.20 +beautifulsoup4==4.9.3 +certifi==2020.11.8 +chardet==3.0.4 +click==7.1.2 cycler==0.10.0 +distro==1.5.0 graphviz==0.14.2 -kiwisolver==1.2.0 +idna==2.10 +kiwisolver==1.3.1 +lxml==4.6.1 matplotlib==3.3.2 -numpy==1.19.2 -Pillow==8.0.0 +numpy==1.19.4 +pandas==1.1.4 +pikepdf==2.0.0 +Pillow==8.0.1 pyparsing==2.4.7 PyPDF2==1.26.0 python-dateutil==2.8.1 +pytz==2020.4 +requests==2.24.0 six==1.15.0 +soupsieve==2.0.1 +tabula-py==2.2.0 tabulate==0.8.7 -pikepdf~=1.19.3 -tqdm==4.50.2 -setuptools~=50.3.2 -requests~=2.24.0 -click~=7.1.2 -beautifulsoup4~=4.9.3 -tabula-py~=2.2.0
\ No newline at end of file +tqdm==4.51.0 +urllib3==1.25.11 @@ -32,13 +32,14 @@ setup( "Click", "requests", "tqdm", - "beautifulsoup4" + "beautifulsoup4", + "pandas" ], extras_require={ "dev": ["mypy", "flake8"], "test": ["pytest", "coverage"] }, - entry_points = """ + entry_points=""" [console_scripts] process-certs=sec_certs.process_certificates:main fips-certs=sec_certs.fips_certificates:main |
