From 1aea545ff713329f1339686a3047508634522c9b Mon Sep 17 00:00:00 2001 From: Anna Sidwell Date: Mon, 19 Aug 2019 23:20:06 +0200 Subject: [PATCH] Add some xtra dependencies --- requirements/base.in | 1 - requirements/base.txt | 6 ++---- requirements/devel.in | 8 ++++++++ requirements/devel.txt | 27 +++++++++++++++++++++++---- requirements/test.txt | 5 ++++- 5 files changed, 37 insertions(+), 10 deletions(-) diff --git a/requirements/base.in b/requirements/base.in index 2c2755f..8917a21 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -24,7 +24,6 @@ djangorestframework djangorestframework-gis gevent gunicorn -pip-tools psycopg2-binary python-memcached raven diff --git a/requirements/base.txt b/requirements/base.txt index 582aaba..01c9cf4 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile # To update, run: # -# pip-compile --output-file requirements/base.txt requirements/base.in +# pip-compile --output-file=requirements/base.txt requirements/base.in # babel==2.6.0 # via django-phonenumber-field boto3==1.9.12 @@ -10,7 +10,6 @@ boto==2.49.0 botocore==1.12.12 # via boto3, s3transfer certifi==2018.8.24 # via requests chardet==3.0.4 # via requests -click==7.0 # via pip-tools django-anymail==4.2 django-appconf==1.0.2 django-autocomplete-light==3.3.2 @@ -42,7 +41,6 @@ jmespath==0.9.3 # via boto3, botocore lxml==4.3.3 # via django-cas-server phonenumbers==8.9.14 # via django-phonenumber-field pillow==5.2.0 # via django-avatar -pip-tools==3.1.0 psycopg2-binary==2.7.6.1 python-dateutil==2.7.3 # via botocore python-memcached==1.59 @@ -53,6 +51,6 @@ requests-futures==0.9.9 # via django-cas-server requests==2.19.1 # via django-anymail, django-cas-server, requests-futures rjsmin==1.0.12 s3transfer==0.1.13 # via boto3 -six==1.11.0 # via django-anymail, django-cas-server, django-extensions, django-geojson, djangorestframework-gis, pip-tools, python-dateutil, python-memcached +six==1.11.0 # via django-anymail, django-cas-server, django-extensions, django-geojson, djangorestframework-gis, python-dateutil, python-memcached urllib3==1.23 # via botocore, requests whitenoise==4.1 diff --git a/requirements/devel.in b/requirements/devel.in index 322ed20..867050e 100644 --- a/requirements/devel.in +++ b/requirements/devel.in @@ -1,3 +1,11 @@ bpython isort prospector + +flake8 +coverage +pre-commit +django-debug-toolbar + +black +pip-tools diff --git a/requirements/devel.txt b/requirements/devel.txt index 6128956..033c9af 100644 --- a/requirements/devel.txt +++ b/requirements/devel.txt @@ -2,23 +2,37 @@ # This file is autogenerated by pip-compile # To update, run: # -# pip-compile --output-file requirements/devel.txt requirements/devel.in +# pip-compile --output-file=requirements/devel.txt requirements/devel.in # +appdirs==1.4.3 # via black +aspy.yaml==1.3.0 # via pre-commit astroid==2.0.4 # via pylint, requirements-detector +attrs==19.1.0 # via black +black==19.3b0 blessings==1.7 # via curtsies bpython==0.17.1 certifi==2018.8.24 # via requests +cfgv==2.0.1 # via pre-commit chardet==3.0.4 # via requests +click==7.0 # via black, pip-tools +coverage==4.5.4 curtsies==0.3.0 # via bpython +django-debug-toolbar==2.0 +django==2.2.4 # via django-debug-toolbar dodgy==0.1.9 # via prospector flake8-polyfill==1.0.2 # via pep8-naming -flake8==3.5.0 # via flake8-polyfill +flake8==3.5.0 greenlet==0.4.15 # via bpython +identify==1.4.6 # via pre-commit idna==2.7 # via requests +importlib-metadata==0.19 # via pre-commit isort==4.3.4 lazy-object-proxy==1.3.1 # via astroid mccabe==0.6.1 # via flake8, prospector, pylint +nodeenv==1.3.3 # via pre-commit pep8-naming==0.7.0 # via prospector +pip-tools==4.0.0 +pre-commit==1.18.2 prospector==1.1.2 pycodestyle==2.3.1 # via flake8, prospector pydocstyle==2.1.1 # via prospector @@ -26,13 +40,18 @@ pyflakes==1.6.0 # via flake8, prospector pygments==2.2.0 # via bpython pylint-plugin-utils==0.4 # via prospector pylint==2.1.1 # via prospector, pylint-plugin-utils -pyyaml==3.13 # via prospector +pytz==2019.2 # via django +pyyaml==3.13 # via aspy.yaml, pre-commit, prospector requests==2.19.1 # via bpython requirements-detector==0.6 # via prospector setoptconf==0.2.0 # via prospector -six==1.11.0 # via astroid, blessings, bpython, pydocstyle +six==1.11.0 # via astroid, blessings, bpython, cfgv, pip-tools, pre-commit, pydocstyle snowballstemmer==1.2.1 # via pydocstyle +sqlparse==0.3.0 # via django, django-debug-toolbar +toml==0.10.0 # via black, pre-commit typing==3.6.6 # via curtsies urllib3==1.23 # via requests +virtualenv==16.7.3 # via pre-commit wcwidth==0.1.7 # via curtsies wrapt==1.10.11 # via astroid +zipp==0.5.2 # via importlib-metadata diff --git a/requirements/test.txt b/requirements/test.txt index 82e97bc..33f71a0 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile # To update, run: # -# pip-compile --output-file requirements/test.txt requirements/test.in +# pip-compile --output-file=requirements/test.txt requirements/test.in # atomicwrites==1.2.1 # via pytest attrs==18.2.0 # via pytest @@ -17,3 +17,6 @@ pytest-django==3.4.3 pytest==3.8.1 selenium==3.12.0 six==1.11.0 # via django-coverage-plugin, more-itertools, pytest + +# The following packages are considered to be unsafe in a requirements file: +# setuptools==41.1.0 # via pytest