diff options
| author | Ján Jančár | 2022-01-03 21:11:28 +0100 |
|---|---|---|
| committer | GitHub | 2022-01-03 21:11:28 +0100 |
| commit | d25a4a7c830c587a45eb8e37d99f8794dec1a5eb (patch) | |
| tree | 9af0d79ff15266d0cdabd6c956d06f7577c6b9df | |
| parent | 3bd75b1554acc9c8f420ece1b7fa08aa1baea280 (diff) | |
| parent | a341b7f69f8fb79dafecb81842bc0a65b8a127d3 (diff) | |
| download | sec-certs-d25a4a7c830c587a45eb8e37d99f8794dec1a5eb.tar.gz sec-certs-d25a4a7c830c587a45eb8e37d99f8794dec1a5eb.tar.zst sec-certs-d25a4a7c830c587a45eb8e37d99f8794dec1a5eb.zip | |
Merge pull request #155 from crocs-muni/update-requirements
update requirements.txt with newer versions
| -rw-r--r-- | requirements.txt | 69 |
1 files changed, 38 insertions, 31 deletions
diff --git a/requirements.txt b/requirements.txt index 85bd6f74..ee2009ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,35 +1,42 @@ -wheel==0.34.2 -beautifulsoup4==4.9.3 +attrs==21.4.0 +beautifulsoup4==4.10.0 billiard==3.6.4.0 -certifi==2020.11.8 -chardet==3.0.4 -click==7.1.2 -cycler==0.10.0 -distro==1.5.0 -graphviz==0.14.2 -idna==2.10 -kiwisolver==1.3.1 -lxml==4.6.5 -matplotlib==3.3.2 -numpy==1.21.4 +certifi==2021.10.8 +chardet==4.0.0 +charset-normalizer==2.0.9 +click==8.0.3 +cycler==0.11.0 +distro==1.6.0 +fonttools==4.28.5 +graphviz==0.19.1 +html5lib==1.1 +idna==3.3 +importlib-resources==5.4.0 +joblib==1.1.0 +jsonschema==4.3.3 +kiwisolver==1.3.2 +lxml==4.7.1 +matplotlib==3.5.1 +numpy==1.22.0 +packaging==21.3 pandas==1.3.5 -pikepdf==2.10.0 -Pillow==8.3.2 -pyparsing==2.4.7 +pikepdf==4.3.1 +Pillow==9.0.0 +pyparsing==3.0.6 PyPDF2==1.26.0 -python-dateutil==2.8.1 -pytz==2020.4 -requests -six==1.15.0 -soupsieve==2.0.1 -tabula-py==2.2.0 -tabulate==0.8.7 -tqdm==4.51.0 -urllib3 +pyrsistent==0.18.0 +python-dateutil==2.8.2 +pytz==2021.3 +PyYAML==6.0 rapidfuzz==1.9.1 -pyyaml -importlib-resources==5.1.2 -scikit-learn -jsonschema==3.2.0 -packaging -html5lib +requests==2.27.0 +scikit-learn==1.0.2 +scipy==1.7.3 +six==1.16.0 +soupsieve==2.3.1 +tabula-py==2.3.0 +tabulate==0.8.9 +threadpoolctl==3.0.0 +tqdm==4.62.3 +urllib3==1.26.7 +webencodings==0.5.1 |
