mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-05-09 14:46:00 +02:00
Update python requirements
Generated using pipenv: $ pipenv lock -r > requirements.txt $ pipenv lock -r -d > requirements-dev.txt
This commit is contained in:
@ -5,10 +5,10 @@ backcall==0.1.0
|
||||
decorator==4.4.0
|
||||
entrypoints==0.3
|
||||
flake8==3.7.8
|
||||
importlib-metadata==0.19
|
||||
importlib-metadata==0.19 ; python_version < '3.8'
|
||||
ipython-genutils==0.2.0
|
||||
ipython==7.7.0
|
||||
jedi==0.14.1
|
||||
jedi==0.15.1
|
||||
mccabe==0.6.1
|
||||
more-itertools==7.2.0
|
||||
packaging==19.1
|
||||
@ -24,9 +24,9 @@ pyflakes==2.1.1
|
||||
pygments==2.4.2
|
||||
pyparsing==2.4.2
|
||||
pytest-clarity==0.2.0a1
|
||||
pytest==5.0.1
|
||||
pytest==5.1.1
|
||||
six==1.12.0
|
||||
termcolor==1.1.0
|
||||
traitlets==4.3.2
|
||||
wcwidth==0.1.7
|
||||
zipp==0.5.2
|
||||
zipp==0.6.0
|
||||
|
Reference in New Issue
Block a user