1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-11-25 23:28:18 +01:00

Update python requirements

Generated using pipenv:

  $ pipenv lock -r > requirements.txt
  $ pipenv lock -r -d > requirements-dev.txt
This commit is contained in:
Alan Orth 2019-11-14 23:28:42 +02:00
parent 251647a15f
commit 86498deee8
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 25 additions and 24 deletions

View File

@ -5,21 +5,20 @@ agate-sql==0.5.4
agate==1.6.1 agate==1.6.1
appdirs==1.4.3 appdirs==1.4.3
atomicwrites==1.3.0 atomicwrites==1.3.0
attrs==19.1.0 attrs==19.3.0
babel==2.7.0 babel==2.7.0
backcall==0.1.0 backcall==0.1.0
black==19.3b0 black==19.10b0
click==7.0 click==7.0
csvkit==1.0.4 csvkit==1.0.4
dbfread==2.0.7 dbfread==2.0.7
decorator==4.4.0 decorator==4.4.1
entrypoints==0.3 entrypoints==0.3
et-xmlfile==1.0.1 et-xmlfile==1.0.1
flake8==3.7.8 flake8==3.7.9
future==0.17.1 future==0.18.2
importlib-metadata==0.23 ; python_version < '3.8'
ipython-genutils==0.2.0 ipython-genutils==0.2.0
ipython==7.8.0 ipython==7.9.0
isodate==0.6.0 isodate==0.6.0
isort==4.3.21 isort==4.3.21
jdcal==1.4.1 jdcal==1.4.1
@ -27,31 +26,33 @@ jedi==0.15.1
leather==0.3.3 leather==0.3.3
mccabe==0.6.1 mccabe==0.6.1
more-itertools==7.2.0 more-itertools==7.2.0
openpyxl==3.0.0 openpyxl==3.0.1
packaging==19.2 packaging==19.2
parsedatetime==2.4 parsedatetime==2.4
parso==0.5.1 parso==0.5.1
pathspec==0.6.0
pexpect==4.7.0 ; sys_platform != 'win32' pexpect==4.7.0 ; sys_platform != 'win32'
pickleshare==0.7.5 pickleshare==0.7.5
pluggy==0.13.0 pluggy==0.13.0
prompt-toolkit==2.0.9 prompt-toolkit==2.0.10
ptyprocess==0.6.0 ptyprocess==0.6.0
py==1.8.0 py==1.8.0
pycodestyle==2.5.0 pycodestyle==2.5.0
pyflakes==2.1.1 pyflakes==2.1.1
pygments==2.4.2 pygments==2.4.2
pyparsing==2.4.2 pyparsing==2.4.5
pytest-clarity==0.2.0a1 pytest-clarity==0.2.0a1
pytest==5.1.3 pytest==5.2.2
python-slugify==3.0.4 python-slugify==4.0.0
pytimeparse==1.1.8 pytimeparse==1.1.8
pytz==2019.2 pytz==2019.3
six==1.12.0 regex==2019.11.1
sqlalchemy==1.3.8 six==1.13.0
sqlalchemy==1.3.11
termcolor==1.1.0 termcolor==1.1.0
text-unidecode==1.3 text-unidecode==1.3
toml==0.10.0 toml==0.10.0
traitlets==4.3.3.dev0 traitlets==4.3.3
typed-ast==1.4.0
wcwidth==0.1.7 wcwidth==0.1.7
xlrd==1.2.0 xlrd==1.2.0
zipp==0.6.0

View File

@ -4,14 +4,14 @@ certifi==2019.9.11
chardet==3.0.4 chardet==3.0.4
idna==2.8 idna==2.8
langid==1.1.6 langid==1.1.6
numpy==1.17.2 numpy==1.17.4
pandas==0.25.1 pandas==0.25.3
pycountry==19.8.18 pycountry==19.8.18
python-dateutil==2.8.0 python-dateutil==2.8.1
python-stdnum==1.11 python-stdnum==1.12
pytz==2019.2 pytz==2019.3
requests-cache==0.5.2 requests-cache==0.5.2
requests==2.22.0 requests==2.22.0
six==1.12.0 six==1.13.0
urllib3==1.25.6 urllib3==1.25.7
xlrd==1.2.0 xlrd==1.2.0