Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
    Update python requirements with

        (cd requirements;  make)

    The virtual environment can be update to the specified versions with

        pip-sync requirements/dev.txt
  • Loading branch information
donald committed Sep 16, 2020
1 parent fb46925 commit 663a5dc
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 176 deletions.
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@ asgiref==3.2.10 # via django
beautifulsoup4==4.8.2 # via wagtail
certifi==2020.6.20 # via requests
chardet==3.0.4 # via requests
django-auth-ldap==2.2.0
django-auth-ldap==2.2.0 # via -r base.in
django-filter==2.3.0 # via wagtail
django-modelcluster==5.0.2 # via wagtail
django-modeltranslation==0.15.1 # via wagtail-modeltranslation
django-taggit==1.3.0 # via wagtail
django-treebeard==4.3.1 # via wagtail
django==3.1
django==3.1 # via -r base.in, django-auth-ldap, django-filter, django-modeltranslation, django-taggit, django-treebeard, djangorestframework, wagtail
djangorestframework==3.11.1 # via wagtail
draftjs-exporter==2.1.7 # via wagtail
et-xmlfile==1.0.1 # via openpyxl
html5lib==1.1 # via wagtail
ics==0.7
ics==0.7 # via -r base.in
idna==2.10 # via requests
importlib-metadata==1.7.0 # via markdown
jdcal==1.4.1 # via openpyxl
l18n==2018.5 # via wagtail
markdown==3.2.2
markdown==3.2.2 # via -r base.in
openpyxl==3.0.4 # via tablib
pillow==7.2.0 # via wagtail
psycopg2-binary==2.8.5
psycopg2-binary==2.8.5 # via -r base.in
pyasn1-modules==0.2.8 # via python-ldap
pyasn1==0.4.8 # via pyasn1-modules, python-ldap
pygments==2.6.1
pygments==2.6.1 # via -r base.in
python-dateutil==2.8.1 # via arrow, ics
python-ldap==3.3.1 # via django-auth-ldap
pytz==2020.1 # via django, django-modelcluster, l18n
Expand All @@ -43,8 +43,8 @@ tablib[xls,xlsx]==2.0.0 # via wagtail
tatsu==4.4.0 # via ics
unidecode==1.1.1 # via wagtail
urllib3==1.25.10 # via requests
wagtail-modeltranslation==0.10.13
wagtail==2.10
git+https://github.com/buczek/wagtail-modeltranslation.git@add-toggle-configure # via -r base.in
wagtail==2.10 # via -r base.in, wagtail-modeltranslation
webencodings==0.5.1 # via html5lib
willow==1.4 # via wagtail
xlrd==1.2.0 # via tablib
Expand Down
138 changes: 69 additions & 69 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,97 +4,97 @@
#
# pip-compile --output-file=dev.txt dev.in
#
arrow==0.14.7
asgiref==3.2.10
arrow==0.14.7 # via -r ./test.txt, ics
asgiref==3.2.10 # via -r ./test.txt, django
astroid==2.4.2 # via pylint
attrs==19.3.0
attrs==19.3.0 # via -r ./test.txt, pytest
backcall==0.2.0 # via ipython
beautifulsoup4==4.8.2
certifi==2020.6.20
chardet==3.0.4
beautifulsoup4==4.8.2 # via -r ./test.txt, wagtail
certifi==2020.6.20 # via -r ./test.txt, requests
chardet==3.0.4 # via -r ./test.txt, requests
click==7.1.2 # via pip-tools
coverage==5.2.1
coverage==5.2.1 # via -r ./test.txt, django-coverage-plugin
decorator==4.4.2 # via ipython, traitlets
django-auth-ldap==2.2.0
django-coverage-plugin==1.8.0
django-debug-toolbar==2.2
django-filter==2.3.0
django-modelcluster==5.0.2
django-modeltranslation==0.15.1
django-taggit==1.3.0
django-treebeard==4.3.1
django==3.1
djangorestframework==3.11.1
draftjs-exporter==2.1.7
et-xmlfile==1.0.1
factory-boy==2.12.0
django-auth-ldap==2.2.0 # via -r ./test.txt
django-coverage-plugin==1.8.0 # via -r ./test.txt
django-debug-toolbar==2.2 # via -r dev.in
django-filter==2.3.0 # via -r ./test.txt, wagtail
django-modelcluster==5.0.2 # via -r ./test.txt, wagtail
django-modeltranslation==0.15.1 # via -r ./test.txt, wagtail-modeltranslation
django-taggit==1.3.0 # via -r ./test.txt, wagtail
django-treebeard==4.3.1 # via -r ./test.txt, wagtail
django==3.1 # via -r ./test.txt, django-auth-ldap, django-debug-toolbar, django-filter, django-modeltranslation, django-taggit, django-treebeard, djangorestframework, wagtail
djangorestframework==3.11.1 # via -r ./test.txt, wagtail
draftjs-exporter==2.1.7 # via -r ./test.txt, wagtail
et-xmlfile==1.0.1 # via -r ./test.txt, openpyxl
factory-boy==2.12.0 # via -r dev.in
faker==4.1.1 # via factory-boy
flake8==3.8.3
html5lib==1.1
ics==0.7
idna==2.10
importlib-metadata==1.7.0
iniconfig==1.0.1
ipdb==0.13.3
flake8==3.8.3 # via -r ./test.txt
html5lib==1.1 # via -r ./test.txt, wagtail
ics==0.7 # via -r ./test.txt
idna==2.10 # via -r ./test.txt, requests
importlib-metadata==1.7.0 # via -r ./test.txt, flake8, markdown, pluggy, pytest
iniconfig==1.0.1 # via -r ./test.txt, pytest
ipdb==0.13.3 # via -r dev.in
ipython-genutils==0.2.0 # via traitlets
ipython==7.17.0 # via ipdb
isort==4.3.21 # via pylint
jdcal==1.4.1
jdcal==1.4.1 # via -r ./test.txt, openpyxl
jedi==0.17.2 # via ipython
l18n==2018.5
l18n==2018.5 # via -r ./test.txt, wagtail
lazy-object-proxy==1.4.3 # via astroid
markdown==3.2.2
mccabe==0.6.1
more-itertools==8.4.0
openpyxl==3.0.4
packaging==20.4
markdown==3.2.2 # via -r ./test.txt
mccabe==0.6.1 # via -r ./test.txt, flake8, pylama, pylint
more-itertools==8.4.0 # via -r ./test.txt, pytest
openpyxl==3.0.4 # via -r ./test.txt, tablib
packaging==20.4 # via -r ./test.txt, pytest
parso==0.7.1 # via jedi
pexpect==4.8.0 # via ipython
pickleshare==0.7.5 # via ipython
pillow==7.2.0
pip-tools==5.3.1
pluggy==0.13.1
pillow==7.2.0 # via -r ./test.txt, wagtail
pip-tools==5.3.1 # via -r dev.in
pluggy==0.13.1 # via -r ./test.txt, pytest
prompt-toolkit==3.0.6 # via ipython
psycopg2-binary==2.8.5
psycopg2-binary==2.8.5 # via -r ./test.txt
ptyprocess==0.6.0 # via pexpect
py==1.9.0
pyasn1-modules==0.2.8
pyasn1==0.4.8
pycodestyle==2.6.0
py==1.9.0 # via -r ./test.txt, pytest
pyasn1-modules==0.2.8 # via -r ./test.txt, python-ldap
pyasn1==0.4.8 # via -r ./test.txt, pyasn1-modules, python-ldap
pycodestyle==2.6.0 # via -r ./test.txt, flake8, pylama
pydocstyle==5.0.2 # via pylama
pyflakes==2.2.0
pygments==2.6.1
pylama==7.7.1
pylint==2.5.3
pyparsing==2.4.7
pytest-django==3.9.0
pytest==6.0.1
python-dateutil==2.8.1
python-ldap==3.3.1
pytz==2020.1
requests==2.24.0
six==1.15.0
pyflakes==2.2.0 # via -r ./test.txt, flake8, pylama
pygments==2.6.1 # via -r ./test.txt, ipython
pylama==7.7.1 # via -r dev.in
pylint==2.5.3 # via -r dev.in
pyparsing==2.4.7 # via -r ./test.txt, packaging
pytest-django==3.9.0 # via -r ./test.txt
pytest==6.0.1 # via -r ./test.txt, pytest-django
python-dateutil==2.8.1 # via -r ./test.txt, arrow, faker, ics
python-ldap==3.3.1 # via -r ./test.txt, django-auth-ldap
pytz==2020.1 # via -r ./test.txt, django, django-modelcluster, l18n
requests==2.24.0 # via -r ./test.txt, wagtail
six==1.15.0 # via -r ./test.txt, astroid, django-coverage-plugin, django-modeltranslation, html5lib, ics, l18n, packaging, pip-tools, python-dateutil, traitlets
snowballstemmer==2.0.0 # via pydocstyle
soupsieve==2.0.1
sqlparse==0.3.1
tablib[xls,xlsx]==2.0.0
tatsu==4.4.0
soupsieve==2.0.1 # via -r ./test.txt, beautifulsoup4
sqlparse==0.3.1 # via -r ./test.txt, django, django-debug-toolbar
tablib[xls,xlsx]==2.0.0 # via -r ./test.txt, wagtail
tatsu==4.4.0 # via -r ./test.txt, ics
text-unidecode==1.3 # via faker
toml==0.10.1
toml==0.10.1 # via -r ./test.txt, pylint, pytest
traitlets==4.3.3 # via ipython
typed-ast==1.4.1 # via astroid
unidecode==1.1.1
urllib3==1.25.10
wagtail-modeltranslation==0.10.13
wagtail==2.10
unidecode==1.1.1 # via -r ./test.txt, wagtail
urllib3==1.25.10 # via -r ./test.txt, requests
git+https://github.com/buczek/wagtail-modeltranslation.git@add-toggle-configure # via -r ./test.txt
wagtail==2.10 # via -r ./test.txt, wagtail-modeltranslation
wcwidth==0.2.5 # via prompt-toolkit
webencodings==0.5.1
willow==1.4
webencodings==0.5.1 # via -r ./test.txt, html5lib
willow==1.4 # via -r ./test.txt, wagtail
wrapt==1.12.1 # via astroid
xlrd==1.2.0
xlsxwriter==1.3.2
xlwt==1.3.0
zipp==3.1.0
xlrd==1.2.0 # via -r ./test.txt, tablib
xlsxwriter==1.3.2 # via -r ./test.txt, wagtail
xlwt==1.3.0 # via -r ./test.txt, tablib
zipp==3.1.0 # via -r ./test.txt, importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
94 changes: 47 additions & 47 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,50 @@
#
# pip-compile --output-file=production.txt production.in
#
arrow==0.14.7
asgiref==3.2.10
beautifulsoup4==4.8.2
certifi==2020.6.20
chardet==3.0.4
django-auth-ldap==2.2.0
django-filter==2.3.0
django-modelcluster==5.0.2
django-modeltranslation==0.15.1
django-taggit==1.3.0
django-treebeard==4.3.1
django==3.1
djangorestframework==3.11.1
draftjs-exporter==2.1.7
et-xmlfile==1.0.1
html5lib==1.1
ics==0.7
idna==2.10
importlib-metadata==1.7.0
jdcal==1.4.1
l18n==2018.5
markdown==3.2.2
openpyxl==3.0.4
pillow==7.2.0
psycopg2-binary==2.8.5
pyasn1-modules==0.2.8
pyasn1==0.4.8
pygments==2.6.1
python-dateutil==2.8.1
python-ldap==3.3.1
pytz==2020.1
requests==2.24.0
six==1.15.0
soupsieve==2.0.1
sqlparse==0.3.1
tablib[xls,xlsx]==2.0.0
tatsu==4.4.0
unidecode==1.1.1
urllib3==1.25.10
wagtail-modeltranslation==0.10.13
wagtail==2.10
webencodings==0.5.1
willow==1.4
xlrd==1.2.0
xlsxwriter==1.3.2
xlwt==1.3.0
zipp==3.1.0
arrow==0.14.7 # via -r ./base.txt, ics
asgiref==3.2.10 # via -r ./base.txt, django
beautifulsoup4==4.8.2 # via -r ./base.txt, wagtail
certifi==2020.6.20 # via -r ./base.txt, requests
chardet==3.0.4 # via -r ./base.txt, requests
django-auth-ldap==2.2.0 # via -r ./base.txt
django-filter==2.3.0 # via -r ./base.txt, wagtail
django-modelcluster==5.0.2 # via -r ./base.txt, wagtail
django-modeltranslation==0.15.1 # via -r ./base.txt, wagtail-modeltranslation
django-taggit==1.3.0 # via -r ./base.txt, wagtail
django-treebeard==4.3.1 # via -r ./base.txt, wagtail
django==3.1 # via -r ./base.txt, django-auth-ldap, django-filter, django-modeltranslation, django-taggit, django-treebeard, djangorestframework, wagtail
djangorestframework==3.11.1 # via -r ./base.txt, wagtail
draftjs-exporter==2.1.7 # via -r ./base.txt, wagtail
et-xmlfile==1.0.1 # via -r ./base.txt, openpyxl
html5lib==1.1 # via -r ./base.txt, wagtail
ics==0.7 # via -r ./base.txt
idna==2.10 # via -r ./base.txt, requests
importlib-metadata==1.7.0 # via -r ./base.txt, markdown
jdcal==1.4.1 # via -r ./base.txt, openpyxl
l18n==2018.5 # via -r ./base.txt, wagtail
markdown==3.2.2 # via -r ./base.txt
openpyxl==3.0.4 # via -r ./base.txt, tablib
pillow==7.2.0 # via -r ./base.txt, wagtail
psycopg2-binary==2.8.5 # via -r ./base.txt
pyasn1-modules==0.2.8 # via -r ./base.txt, python-ldap
pyasn1==0.4.8 # via -r ./base.txt, pyasn1-modules, python-ldap
pygments==2.6.1 # via -r ./base.txt
python-dateutil==2.8.1 # via -r ./base.txt, arrow, ics
python-ldap==3.3.1 # via -r ./base.txt, django-auth-ldap
pytz==2020.1 # via -r ./base.txt, django, django-modelcluster, l18n
requests==2.24.0 # via -r ./base.txt, wagtail
six==1.15.0 # via -r ./base.txt, django-modeltranslation, html5lib, ics, l18n, python-dateutil
soupsieve==2.0.1 # via -r ./base.txt, beautifulsoup4
sqlparse==0.3.1 # via -r ./base.txt, django
tablib[xls,xlsx]==2.0.0 # via -r ./base.txt, wagtail
tatsu==4.4.0 # via -r ./base.txt, ics
unidecode==1.1.1 # via -r ./base.txt, wagtail
urllib3==1.25.10 # via -r ./base.txt, requests
git+https://github.com/buczek/wagtail-modeltranslation.git@add-toggle-configure # via -r ./base.txt
wagtail==2.10 # via -r ./base.txt, wagtail-modeltranslation
webencodings==0.5.1 # via -r ./base.txt, html5lib
willow==1.4 # via -r ./base.txt, wagtail
xlrd==1.2.0 # via -r ./base.txt, tablib
xlsxwriter==1.3.2 # via -r ./base.txt, wagtail
xlwt==1.3.0 # via -r ./base.txt, tablib
zipp==3.1.0 # via -r ./base.txt, importlib-metadata
Loading

0 comments on commit 663a5dc

Please sign in to comment.