Move requirements files to requirements/

This commit is contained in:
2018-11-24 13:33:41 +00:00
parent 501fcabfb6
commit bb7eff7648
8 changed files with 9 additions and 11 deletions

31
requirements/base.in Normal file
View File

@ -0,0 +1,31 @@
boto
boto3
django
django-autocomplete-light
django-appconf
django-anymail
django-avatar
django-bootstrap3
django-braces
django-compressor
django-countries
django-crispy-forms
django-envelope
django-extensions
django-geojson
django-leaflet
django-multiselectfield
django-multiupload
django-phonenumber-field
django-storages
django-registration-redux
djangorestframework
djangorestframework-gis
gunicorn
pip-tools
psycopg2
python-memcached
raven
rcssmin
rjsmin
whitenoise

53
requirements/base.txt Normal file
View File

@ -0,0 +1,53 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements/base.txt requirements/base.in
#
babel==2.6.0 # via django-phonenumber-field
boto3==1.9.12
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
django-avatar==4.1.0
django-bootstrap3==11.0.0
django-braces==1.13.0
django-compressor==2.2
django-countries==5.3.2
django-crispy-forms==1.7.2
django-envelope==1.3
django-extensions==2.1.2
django-geojson==2.11.0
django-leaflet==0.24.0
django-multiselectfield==0.1.8
django-multiupload==0.5.2
django-phonenumber-field==2.0.1
django-registration-redux==2.4
django-storages==1.7.1
django==2.1.1
djangorestframework-gis==0.13
djangorestframework==3.8.2
docutils==0.14 # via botocore
gunicorn==19.9.0
idna==2.7 # via requests
jmespath==0.9.3 # via boto3, botocore
phonenumbers==8.9.14 # via django-phonenumber-field
pillow==5.2.0 # via django-avatar
pip-tools==3.1.0
psycopg2==2.7.5
python-dateutil==2.7.3 # via botocore
python-memcached==1.59
pytz==2018.5 # via babel, django
raven==6.9.0
rcssmin==1.0.6
requests==2.19.1 # via django-anymail
rjsmin==1.0.12
s3transfer==0.1.13 # via boto3
six==1.11.0 # via django-anymail, django-extensions, django-geojson, djangorestframework-gis, pip-tools, python-dateutil, python-memcached
urllib3==1.23 # via botocore, requests
whitenoise==4.1

3
requirements/devel.in Normal file
View File

@ -0,0 +1,3 @@
bpython
isort
prospector

38
requirements/devel.txt Normal file
View File

@ -0,0 +1,38 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements/devel.txt requirements/devel.in
#
astroid==2.0.4 # via pylint, requirements-detector
blessings==1.7 # via curtsies
bpython==0.17.1
certifi==2018.8.24 # via requests
chardet==3.0.4 # via requests
curtsies==0.3.0 # via bpython
dodgy==0.1.9 # via prospector
flake8-polyfill==1.0.2 # via pep8-naming
flake8==3.5.0 # via flake8-polyfill
greenlet==0.4.15 # via bpython
idna==2.7 # via requests
isort==4.3.4
lazy-object-proxy==1.3.1 # via astroid
mccabe==0.6.1 # via flake8, prospector, pylint
pep8-naming==0.7.0 # via prospector
prospector==1.1.2
pycodestyle==2.3.1 # via flake8, prospector
pydocstyle==2.1.1 # via prospector
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
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
snowballstemmer==1.2.1 # via pydocstyle
typing==3.6.6 # via curtsies
urllib3==1.23 # via requests
wcwidth==0.1.7 # via curtsies
wrapt==1.10.11 # via astroid

5
requirements/test.in Normal file
View File

@ -0,0 +1,5 @@
pytest
pytest-django
pytest-cov
django-override-storage
selenium

18
requirements/test.txt Normal file
View File

@ -0,0 +1,18 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements/test.txt requirements/test.in
#
atomicwrites==1.2.1 # via pytest
attrs==18.2.0 # via pytest
coverage==4.5.1 # via pytest-cov
django-override-storage==0.1.6
more-itertools==4.3.0 # via pytest
pluggy==0.7.1 # via pytest
py==1.6.0 # via pytest
pytest-cov==2.6.0
pytest-django==3.4.3
pytest==3.8.1
selenium==3.12.0
six==1.11.0 # via more-itertools, pytest