Skip to content
Snippets Groups Projects
Commit 6fcd35bc authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

update requirements

parent 042310ef
Branches
Tags
1 merge request!2Dev
...@@ -4,4 +4,5 @@ pip-tools==4.1.0 ...@@ -4,4 +4,5 @@ pip-tools==4.1.0
django-extensions==2.2.1 django-extensions==2.2.1
python-language-server==0.28.2 python-language-server==0.28.2
drf-yasg==1.16.1 drf-yasg==1.16.1
packaging==19.1 packaging==19.1
\ No newline at end of file Pillow
\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile # This file is autogenerated by pip-compile
# To update, run: # To update, run:
# #
# pip-compile --output-file=development.txt development.in # pip-compile --output-file=requirements/development.txt requirements/development.in
# #
attrs==19.1.0 # via packaging attrs==19.1.0 # via packaging
backports.csv==1.0.7 # via tablib backports.csv==1.0.7 # via tablib
...@@ -39,6 +39,7 @@ odfpy==1.4.0 # via tablib ...@@ -39,6 +39,7 @@ odfpy==1.4.0 # via tablib
openpyxl==2.6.3 # via tablib openpyxl==2.6.3 # via tablib
packaging==19.1 packaging==19.1
parso==0.5.1 # via jedi parso==0.5.1 # via jedi
pillow==7.0.0
pip-tools==4.1.0 pip-tools==4.1.0
pluggy==0.12.0 # via python-language-server pluggy==0.12.0 # via python-language-server
pycodestyle==2.5.0 # via flake8 pycodestyle==2.5.0 # via flake8
......
-r base.in -r base.in
gunicorn==19.7.1 gunicorn==19.7.1
Pillow
...@@ -2,17 +2,17 @@ ...@@ -2,17 +2,17 @@
# This file is autogenerated by pip-compile # This file is autogenerated by pip-compile
# To update, run: # To update, run:
# #
# pip-compile --output-file production.txt production.in # pip-compile --output-file=requirements/production.txt requirements/production.in
# #
certifi==2018.1.18 # via requests certifi==2018.1.18 # via requests
chardet==3.0.4 # via requests chardet==3.0.4 # via requests
defusedxml==0.5.0 # via python3-openid, social-auth-core defusedxml==0.5.0 # via python3-openid, social-auth-core
diff-match-patch==20121119 # via django-import-export diff-match-patch==20121119 # via django-import-export
django-import-export==1.0.0 django-import-export==1.2.0
django-social-authsch==0.1 django-social-authsch==0.1
django-solo==1.1.3 django-solo==1.1.3
django>=2.0.10 django==2.2.4
djangorestframework==3.7.7 djangorestframework==3.10.2
et-xmlfile==1.0.1 # via openpyxl et-xmlfile==1.0.1 # via openpyxl
gunicorn==19.7.1 gunicorn==19.7.1
idna==2.6 # via requests idna==2.6 # via requests
...@@ -20,17 +20,19 @@ jdcal==1.3 # via openpyxl ...@@ -20,17 +20,19 @@ jdcal==1.3 # via openpyxl
oauthlib==2.0.6 # via requests-oauthlib, social-auth-core oauthlib==2.0.6 # via requests-oauthlib, social-auth-core
odfpy==1.3.6 # via tablib odfpy==1.3.6 # via tablib
openpyxl==2.5.0 # via tablib openpyxl==2.5.0 # via tablib
pillow==7.0.0
pyjwt==1.5.3 # via social-auth-core pyjwt==1.5.3 # via social-auth-core
python3-openid==3.1.0 # via social-auth-core python3-openid==3.1.0 # via social-auth-core
pytz==2017.3 # via django pytz==2017.3 # via django
pyyaml>=4.2b1 # via tablib pyyaml==5.3 # via tablib
requests-oauthlib==0.8.0 # via social-auth-core requests-oauthlib==0.8.0 # via social-auth-core
requests>=2.20.0 # via requests-oauthlib, social-auth-core requests==2.22.0 # via requests-oauthlib, social-auth-core
six==1.11.0 # via social-auth-app-django, social-auth-core six==1.11.0 # via social-auth-app-django, social-auth-core
social-auth-app-django==2.1.0 # via django-social-authsch social-auth-app-django==2.1.0 # via django-social-authsch
social-auth-core==1.6.0 # via django-social-authsch, social-auth-app-django social-auth-core==1.6.0 # via django-social-authsch, social-auth-app-django
sqlparse==0.3.0 # via django
tablib==0.12.1 # via django-import-export tablib==0.12.1 # via django-import-export
unicodecsv==0.14.1 # via tablib unicodecsv==0.14.1 # via tablib
urllib3>=1.23 # via requests urllib3==1.25.8 # via requests
xlrd==1.1.0 # via tablib xlrd==1.1.0 # via tablib
xlwt==1.3.0 # via tablib xlwt==1.3.0 # via tablib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment