mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-05-09 22:56:01 +02:00
Generated with poetry export: $ poetry export --without-hashes -f requirements.txt > requirements.txt $ poetry export --without-hashes --dev -f requirements.txt > requirements-dev.txt I am trying `--without-hashes` to work around an error on pip install when running on Python 3.6 in Travis: ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==.
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
certifi==2020.6.20
|
||||
chardet==3.0.4
|
||||
certifi==2020.12.5
|
||||
chardet==4.0.0
|
||||
idna==2.10
|
||||
langid==1.1.6
|
||||
numpy==1.19.4
|
||||
pandas==1.1.4
|
||||
pandas==1.2.0
|
||||
pycountry==19.8.18
|
||||
python-dateutil==2.8.1
|
||||
python-stdnum==1.14
|
||||
pytz==2020.4
|
||||
requests==2.24.0
|
||||
pytz==2020.5
|
||||
requests==2.25.1
|
||||
requests-cache==0.5.2
|
||||
six==1.15.0
|
||||
urllib3==1.25.11
|
||||
urllib3==1.26.2
|
||||
xlrd==1.2.0
|
||||
|
Reference in New Issue
Block a user