Add some xtra dependencies
This commit is contained in:
parent
b7faf8a4a4
commit
1aea545ff7
@ -24,7 +24,6 @@ djangorestframework
|
|||||||
djangorestframework-gis
|
djangorestframework-gis
|
||||||
gevent
|
gevent
|
||||||
gunicorn
|
gunicorn
|
||||||
pip-tools
|
|
||||||
psycopg2-binary
|
psycopg2-binary
|
||||||
python-memcached
|
python-memcached
|
||||||
raven
|
raven
|
||||||
|
@ -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 requirements/base.txt requirements/base.in
|
# pip-compile --output-file=requirements/base.txt requirements/base.in
|
||||||
#
|
#
|
||||||
babel==2.6.0 # via django-phonenumber-field
|
babel==2.6.0 # via django-phonenumber-field
|
||||||
boto3==1.9.12
|
boto3==1.9.12
|
||||||
@ -10,7 +10,6 @@ boto==2.49.0
|
|||||||
botocore==1.12.12 # via boto3, s3transfer
|
botocore==1.12.12 # via boto3, s3transfer
|
||||||
certifi==2018.8.24 # via requests
|
certifi==2018.8.24 # via requests
|
||||||
chardet==3.0.4 # via requests
|
chardet==3.0.4 # via requests
|
||||||
click==7.0 # via pip-tools
|
|
||||||
django-anymail==4.2
|
django-anymail==4.2
|
||||||
django-appconf==1.0.2
|
django-appconf==1.0.2
|
||||||
django-autocomplete-light==3.3.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
|
lxml==4.3.3 # via django-cas-server
|
||||||
phonenumbers==8.9.14 # via django-phonenumber-field
|
phonenumbers==8.9.14 # via django-phonenumber-field
|
||||||
pillow==5.2.0 # via django-avatar
|
pillow==5.2.0 # via django-avatar
|
||||||
pip-tools==3.1.0
|
|
||||||
psycopg2-binary==2.7.6.1
|
psycopg2-binary==2.7.6.1
|
||||||
python-dateutil==2.7.3 # via botocore
|
python-dateutil==2.7.3 # via botocore
|
||||||
python-memcached==1.59
|
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
|
requests==2.19.1 # via django-anymail, django-cas-server, requests-futures
|
||||||
rjsmin==1.0.12
|
rjsmin==1.0.12
|
||||||
s3transfer==0.1.13 # via boto3
|
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
|
urllib3==1.23 # via botocore, requests
|
||||||
whitenoise==4.1
|
whitenoise==4.1
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
bpython
|
bpython
|
||||||
isort
|
isort
|
||||||
prospector
|
prospector
|
||||||
|
|
||||||
|
flake8
|
||||||
|
coverage
|
||||||
|
pre-commit
|
||||||
|
django-debug-toolbar
|
||||||
|
|
||||||
|
black
|
||||||
|
pip-tools
|
||||||
|
@ -2,23 +2,37 @@
|
|||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# 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
|
astroid==2.0.4 # via pylint, requirements-detector
|
||||||
|
attrs==19.1.0 # via black
|
||||||
|
black==19.3b0
|
||||||
blessings==1.7 # via curtsies
|
blessings==1.7 # via curtsies
|
||||||
bpython==0.17.1
|
bpython==0.17.1
|
||||||
certifi==2018.8.24 # via requests
|
certifi==2018.8.24 # via requests
|
||||||
|
cfgv==2.0.1 # via pre-commit
|
||||||
chardet==3.0.4 # via requests
|
chardet==3.0.4 # via requests
|
||||||
|
click==7.0 # via black, pip-tools
|
||||||
|
coverage==4.5.4
|
||||||
curtsies==0.3.0 # via bpython
|
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
|
dodgy==0.1.9 # via prospector
|
||||||
flake8-polyfill==1.0.2 # via pep8-naming
|
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
|
greenlet==0.4.15 # via bpython
|
||||||
|
identify==1.4.6 # via pre-commit
|
||||||
idna==2.7 # via requests
|
idna==2.7 # via requests
|
||||||
|
importlib-metadata==0.19 # via pre-commit
|
||||||
isort==4.3.4
|
isort==4.3.4
|
||||||
lazy-object-proxy==1.3.1 # via astroid
|
lazy-object-proxy==1.3.1 # via astroid
|
||||||
mccabe==0.6.1 # via flake8, prospector, pylint
|
mccabe==0.6.1 # via flake8, prospector, pylint
|
||||||
|
nodeenv==1.3.3 # via pre-commit
|
||||||
pep8-naming==0.7.0 # via prospector
|
pep8-naming==0.7.0 # via prospector
|
||||||
|
pip-tools==4.0.0
|
||||||
|
pre-commit==1.18.2
|
||||||
prospector==1.1.2
|
prospector==1.1.2
|
||||||
pycodestyle==2.3.1 # via flake8, prospector
|
pycodestyle==2.3.1 # via flake8, prospector
|
||||||
pydocstyle==2.1.1 # via prospector
|
pydocstyle==2.1.1 # via prospector
|
||||||
@ -26,13 +40,18 @@ pyflakes==1.6.0 # via flake8, prospector
|
|||||||
pygments==2.2.0 # via bpython
|
pygments==2.2.0 # via bpython
|
||||||
pylint-plugin-utils==0.4 # via prospector
|
pylint-plugin-utils==0.4 # via prospector
|
||||||
pylint==2.1.1 # via prospector, pylint-plugin-utils
|
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
|
requests==2.19.1 # via bpython
|
||||||
requirements-detector==0.6 # via prospector
|
requirements-detector==0.6 # via prospector
|
||||||
setoptconf==0.2.0 # 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
|
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
|
typing==3.6.6 # via curtsies
|
||||||
urllib3==1.23 # via requests
|
urllib3==1.23 # via requests
|
||||||
|
virtualenv==16.7.3 # via pre-commit
|
||||||
wcwidth==0.1.7 # via curtsies
|
wcwidth==0.1.7 # via curtsies
|
||||||
wrapt==1.10.11 # via astroid
|
wrapt==1.10.11 # via astroid
|
||||||
|
zipp==0.5.2 # via importlib-metadata
|
||||||
|
@ -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 requirements/test.txt requirements/test.in
|
# pip-compile --output-file=requirements/test.txt requirements/test.in
|
||||||
#
|
#
|
||||||
atomicwrites==1.2.1 # via pytest
|
atomicwrites==1.2.1 # via pytest
|
||||||
attrs==18.2.0 # via pytest
|
attrs==18.2.0 # via pytest
|
||||||
@ -17,3 +17,6 @@ pytest-django==3.4.3
|
|||||||
pytest==3.8.1
|
pytest==3.8.1
|
||||||
selenium==3.12.0
|
selenium==3.12.0
|
||||||
six==1.11.0 # via django-coverage-plugin, more-itertools, pytest
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user