Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Nov 1, 2020
1 parent 66d92cb commit 0c83e17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements-production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ caldav==0.7.1 # via -r requirements.in
certifi==2020.6.20 # via requests, sentry-sdk
cffi==1.14.3 # via cryptography
chardet==3.0.4 # via requests
cryptography==3.2 # via django-encrypted-model-fields
cryptography==3.2.1 # via django-encrypted-model-fields
django-auth-ldap==2.2.0 # via -r requirements-production.in
django-encrypted-model-fields==0.5.8 # via -r requirements.in
django-friendly-tag-loader==1.3.1 # via -r requirements.in
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
caldav==0.7.1 # via -r requirements.in
certifi==2020.6.20 # via requests
cffi==1.14.2 # via cryptography
cffi==1.14.3 # via cryptography
chardet==3.0.4 # via requests
cryptography==3.1 # via django-encrypted-model-fields
cryptography==3.2.1 # via django-encrypted-model-fields
django-encrypted-model-fields==0.5.8 # via -r requirements.in
django-friendly-tag-loader==1.3.1 # via -r requirements.in
django-markdown-app==0.9.6 # via -r requirements.in
Expand All @@ -21,13 +21,13 @@ icalendar==4.0.7 # via -r requirements.in
idna==2.10 # via requests
libsass==0.20.1 # via libsasscompiler
libsasscompiler==0.1.8 # via -r requirements.in
lxml==4.5.2 # via caldav
markdown==3.2.2 # via django-markdown-app
lxml==4.6.1 # via caldav
markdown==3.3.3 # via django-markdown-app
pycparser==2.20 # via cffi
python-dateutil==2.8.1 # via icalendar, vobject
pytz==2020.1 # via -r requirements.in, django, icalendar
requests==2.24.0 # via caldav
six==1.15.0 # via caldav, cryptography, django-encrypted-model-fields, libsass, python-dateutil
sqlparse==0.3.1 # via django
urllib3==1.25.10 # via requests
sqlparse==0.4.1 # via django
urllib3==1.25.11 # via requests
vobject==0.9.6.1 # via caldav

0 comments on commit 0c83e17

Please sign in to comment.