From bae0dbb955656c290bca444fa3b3932c75a2c3e0 Mon Sep 17 00:00:00 2001 From: rlacko <rlacko@sch.bme.hu> Date: Thu, 29 Aug 2019 18:07:49 +0200 Subject: [PATCH] updated requirements --- README.md | 2 +- requirements/development.in | 8 +-- requirements/development.txt | 121 ++++++++++++++++++++--------------- 3 files changed, 73 insertions(+), 58 deletions(-) diff --git a/README.md b/README.md index 76973f5..b3d8e23 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ AtirĂĄnyĂtĂĄsi cĂm: `http://127.0.0.1:3000/api/v1/complete/authsch` export MEDIA_ROOT=static/ ``` 5. source environment.sh -6. pip install -r requirements/dev.txt +6. pip install -r requirements/development.txt 7. python3 src/manage.py runserver ## FormĂĄlis KĂśvetelmĂŠnyek diff --git a/requirements/development.in b/requirements/development.in index d80fc62..cfa4a5f 100644 --- a/requirements/development.in +++ b/requirements/development.in @@ -1,5 +1,5 @@ -r base.in -flake8==3.4.1 -pip-tools==1.9.0 -django-extensions==1.9.9 -python-language-server==0.13.0 +flake8==3.7.8 +pip-tools==4.1.0 +django-extensions==2.2.1 +python-language-server==0.28.2 diff --git a/requirements/development.txt b/requirements/development.txt index 91118f5..70a81dc 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -1,55 +1,70 @@ -# -# This file is autogenerated by pip-compile -# To update, run: -# -# pip-compile --output-file development.txt development.in -# -certifi==2017.7.27.1 # via requests -chardet==3.0.4 # via requests -click==6.7 # via pip-tools -configparser==3.5.0 # via python-language-server -defusedxml==0.5.0 # via python3-openid, social-auth-core -diff-match-patch==20121119 # via django-import-export -django-extensions==1.9.9 -django-import-export==1.0.0 +# Generated with 'pip freeze > requirements/development.txt' +attrs==19.1.0 +backports.csv==1.0.7 +certifi==2019.6.16 +chardet==3.0.4 +Click==7.0 +configparser==3.8.1 +coreapi==2.3.3 +coreschema==0.0.4 +defusedxml==0.6.0 +diff-match-patch==20181111 +Django==2.2.4 +django-extensions==2.2.1 +django-import-export==1.2.0 django-social-authsch==0.1 django-solo==1.1.3 -django>=2.0.10 -djangorestframework==3.7.7 -et-xmlfile==1.0.1 # via openpyxl -first==2.0.1 # via pip-tools -flake8==3.4.1 -future==0.16.0 # via python-language-server -idna==2.6 # via requests -jdcal==1.3 # via openpyxl -jedi==0.11.1 # via python-language-server -json-rpc==1.10.8 # via python-language-server -mccabe==0.6.1 # via flake8, python-language-server -oauthlib==2.0.6 # via requests-oauthlib, social-auth-core -odfpy==1.3.6 # via tablib -openpyxl==2.5.0 # via tablib -parso==0.1.1 # via jedi -pip-tools==1.9.0 -pluggy==0.6.0 # via python-language-server -pycodestyle==2.3.1 # via flake8, python-language-server -pydocstyle==2.1.1 # via python-language-server -pyflakes==1.5.0 # via flake8, python-language-server -pyjwt==1.5.3 # via social-auth-core -python-language-server==0.13.0 -python3-openid==3.1.0 # via social-auth-core -pytz==2017.2 # via django -pyyaml>=4.2b1 # via tablib -requests-oauthlib==0.8.0 # via social-auth-core -requests>=2.20.0 # via requests-oauthlib, social-auth-core -rope>=0.11.0 # via python-language-server -six==1.10.0 # via django-extensions, pip-tools, pydocstyle, social-auth-app-django, social-auth-core -snowballstemmer==1.2.1 # via pydocstyle -social-auth-app-django==2.0.0 # via django-social-authsch -social-auth-core==1.5.0 # via django-social-authsch, social-auth-app-django -tablib==0.12.1 # via django-import-export -typing==3.6.4 # via django-extensions -unicodecsv==0.14.1 # via tablib -urllib3>=1.23 # via requests -xlrd==1.1.0 # via tablib -xlwt==1.3.0 # via tablib -yapf==0.20.1 # via python-language-server +djangorestframework==3.10.2 +drf-yasg==1.16.1 +entrypoints==0.3 +et-xmlfile==1.0.1 +first==2.0.2 +flake8==3.7.8 +future==0.17.1 +idna==2.8 +importlib-metadata==0.19 +inflection==0.3.1 +itypes==1.1.0 +jdcal==1.4.1 +jedi==0.14.1 +Jinja2==2.10.1 +json-rpc==1.12.1 +MarkupSafe==1.1.1 +mccabe==0.6.1 +more-itertools==7.2.0 +oauthlib==3.1.0 +odfpy==1.4.0 +openpyxl==2.6.3 +packaging==19.1 +parso==0.5.1 +pip-tools==4.1.0 +pluggy==0.12.0 +pycodestyle==2.5.0 +pydocstyle==4.0.1 +pyflakes==2.1.1 +PyJWT==1.7.1 +pyparsing==2.4.2 +python-jsonrpc-server==0.2.0 +python-language-server==0.28.2 +python3-openid==3.1.0 +pytz==2019.2 +PyYAML==5.1.2 +requests==2.22.0 +requests-oauthlib==1.2.0 +rope==0.14.0 +ruamel.yaml==0.16.5 +ruamel.yaml.clib==0.1.2 +six==1.12.0 +snowballstemmer==1.9.0 +social-auth-app-django==3.1.0 +social-auth-core==3.2.0 +sqlparse==0.3.0 +tablib==0.13.0 +typing==3.7.4.1 +unicodecsv==0.14.1 +uritemplate==3.0.0 +urllib3==1.25.3 +xlrd==1.2.0 +xlwt==1.3.0 +yapf==0.28.0 +zipp==0.6.0 -- GitLab