Skip to content

Commit

Permalink
Update dependencies, add ics
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin Buczek committed Sep 11, 2019
1 parent 8c7e187 commit f340f92
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 34 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ wagtail
wagtail-modeltranslation

markdown
ics
9 changes: 6 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile base.in
# pip-compile --output-file=base.txt base.in
#
arrow==0.11.0 # via ics
beautifulsoup4==4.6.0 # via wagtail
certifi==2019.6.16 # via requests
chardet==3.0.4 # via requests
Expand All @@ -15,13 +16,15 @@ django==2.2.4
djangorestframework==3.10.2 # via wagtail
draftjs-exporter==2.1.6 # via wagtail
html5lib==1.0.1 # via wagtail
ics==0.5
idna==2.8 # via requests
markdown==3.1.1
pillow==6.1.0 # via wagtail
psycopg2-binary==2.8.3
python-dateutil==2.8.0 # via arrow, ics
pytz==2019.2 # via django, django-modelcluster, wagtail
requests==2.22.0 # via wagtail
six==1.12.0 # via html5lib, wagtail
six==1.12.0 # via html5lib, ics, python-dateutil, wagtail
sqlparse==0.3.0 # via django
unidecode==1.1.1 # via wagtail
urllib3==1.25.3 # via requests
Expand All @@ -31,4 +34,4 @@ webencodings==0.5.1 # via html5lib
willow==1.1 # via wagtail

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.1.0 # via markdown
# setuptools==41.2.0 # via markdown
28 changes: 17 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,49 +2,52 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile -v --output-file dev.txt dev.in
# pip-compile --output-file=dev.txt dev.in
#
arrow==0.11.0
astroid==2.2.5 # via pylint
atomicwrites==1.3.0
attrs==19.1.0
backcall==0.1.0 # via ipython
beautifulsoup4==4.6.0
certifi==2019.3.9
certifi==2019.6.16
chardet==3.0.4
click==7.0 # via pip-tools
coverage==4.5.3
decorator==4.4.0 # via ipython, traitlets
django-coverage-plugin==1.6.0
django-debug-toolbar==2.0a1
django-modelcluster==4.4
django-modeltranslation==0.13.1
django-modeltranslation==0.13.3
django-taggit==0.24.0
django-treebeard==4.3
django==2.2.2
djangorestframework==3.9.4
django==2.2.4
djangorestframework==3.10.2
draftjs-exporter==2.1.6
entrypoints==0.3
factory-boy==2.12.0
faker==1.0.7 # via factory-boy
flake8==3.7.7
html5lib==1.0.1
ics==0.5
idna==2.8
ipdb==0.12
ipython-genutils==0.2.0 # via traitlets
ipython==7.5.0 # via ipdb
isort==4.3.20 # via pylint
jedi==0.13.3 # via ipython
lazy-object-proxy==1.4.1 # via astroid
markdown==3.1.1
mccabe==0.6.1
more-itertools==7.0.0
parso==0.4.0 # via jedi
pexpect==4.7.0 # via ipython
pickleshare==0.7.5 # via ipython
pillow==5.4.1
pillow==6.1.0
pip-tools==3.8.0
pluggy==0.9.0
prompt-toolkit==2.0.9 # via ipython
psycopg2-binary==2.8.2
psycopg2-binary==2.8.3
ptyprocess==0.6.0 # via pexpect
py==1.8.0
pycodestyle==2.5.0
Expand All @@ -55,20 +58,23 @@ pylama==7.7.1
pylint==2.3.1
pytest-django==3.4.8
pytest==4.4.1
python-dateutil==2.8.0 # via faker
pytz==2019.1
python-dateutil==2.8.0
pytz==2019.2
requests==2.22.0
six==1.12.0
snowballstemmer==1.2.1 # via pydocstyle
sqlparse==0.3.0
text-unidecode==1.2 # via faker
traitlets==4.3.2 # via ipython
typed-ast==1.4.0 # via astroid
unidecode==1.0.23
unidecode==1.1.1
urllib3==1.25.3
wagtail-modeltranslation==0.10.2
wagtail==2.5.1
wagtail==2.6.1
wcwidth==0.1.7 # via prompt-toolkit
webencodings==0.5.1
willow==1.1
wrapt==1.11.1 # via astroid

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.2.0 # via ipdb, ipython, markdown, pytest
27 changes: 17 additions & 10 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,40 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --upgrade production.in
# pip-compile --output-file=production.txt production.in
#
arrow==0.11.0
beautifulsoup4==4.6.0
certifi==2019.3.9
certifi==2019.6.16
chardet==3.0.4
django-auth-ldap==2.0.0
django-modelcluster==4.4
django-modeltranslation==0.13.1
django-modeltranslation==0.13.3
django-taggit==0.24.0
django-treebeard==4.3
django==2.2.2
djangorestframework==3.9.4
django==2.2.4
djangorestframework==3.10.2
draftjs-exporter==2.1.6
html5lib==1.0.1
ics==0.5
idna==2.8
pillow==5.4.1
psycopg2-binary==2.8.2
markdown==3.1.1
pillow==6.1.0
psycopg2-binary==2.8.3
pyasn1-modules==0.2.5 # via python-ldap
pyasn1==0.4.5 # via pyasn1-modules, python-ldap
python-dateutil==2.8.0
python-ldap==3.2.0
pytz==2019.1
pytz==2019.2
requests==2.22.0
six==1.12.0
sqlparse==0.3.0
unidecode==1.0.23
unidecode==1.1.1
urllib3==1.25.3
wagtail-modeltranslation==0.10.2
wagtail==2.5.1
wagtail==2.6.1
webencodings==0.5.1
willow==1.1

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.2.0 # via markdown
27 changes: 17 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,50 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile -v --output-file test.txt test.in
# pip-compile --output-file=test.txt test.in
#
arrow==0.11.0
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
beautifulsoup4==4.6.0
certifi==2019.3.9
certifi==2019.6.16
chardet==3.0.4
coverage==4.5.3
django-coverage-plugin==1.6.0
django-modelcluster==4.4
django-modeltranslation==0.13.1
django-modeltranslation==0.13.3
django-taggit==0.24.0
django-treebeard==4.3
django==2.2.2
djangorestframework==3.9.4
django==2.2.4
djangorestframework==3.10.2
draftjs-exporter==2.1.6
entrypoints==0.3 # via flake8
flake8==3.7.7
html5lib==1.0.1
ics==0.5
idna==2.8
markdown==3.1.1
mccabe==0.6.1 # via flake8
more-itertools==7.0.0 # via pytest
pillow==5.4.1
pillow==6.1.0
pluggy==0.9.0 # via pytest
psycopg2-binary==2.8.2
psycopg2-binary==2.8.3
py==1.8.0 # via pytest
pycodestyle==2.5.0 # via flake8
pyflakes==2.1.1 # via flake8
pytest-django==3.4.8
pytest==4.4.1
pytz==2019.1
python-dateutil==2.8.0
pytz==2019.2
requests==2.22.0
six==1.12.0
sqlparse==0.3.0
unidecode==1.0.23
unidecode==1.1.1
urllib3==1.25.3
wagtail-modeltranslation==0.10.2
wagtail==2.5.1
wagtail==2.6.1
webencodings==0.5.1
willow==1.1

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.2.0 # via markdown, pytest

0 comments on commit f340f92

Please sign in to comment.