mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-16 21:40:23 +00:00
Unfreeze development requirements
This commit is contained in:
parent
f967eb643b
commit
e09951ce62
2 changed files with 14 additions and 48 deletions
|
|
@ -1,14 +0,0 @@
|
|||
coverage
|
||||
django-appconf
|
||||
flake8
|
||||
pep8-naming
|
||||
mccabe
|
||||
isort
|
||||
pydocstyle
|
||||
pytest
|
||||
pytest-django
|
||||
selenium
|
||||
sphinx
|
||||
sphinxcontrib-spelling
|
||||
pyenchant
|
||||
django-redis
|
||||
|
|
@ -1,34 +1,14 @@
|
|||
#
|
||||
# This file is autogenerated by pip-compile
|
||||
# To update, run:
|
||||
#
|
||||
# pip-compile --output-file requirements-dev.txt requirements-dev.in
|
||||
#
|
||||
alabaster==0.7.10 # via sphinx
|
||||
babel==2.5.1 # via sphinx
|
||||
coverage==4.4.2
|
||||
django-appconf==1.0.2
|
||||
django-redis==4.8.0
|
||||
docutils==0.14 # via sphinx
|
||||
flake8==3.5.0
|
||||
isort==4.2.15
|
||||
jinja2==2.10 # via sphinx
|
||||
markupsafe==1.0 # via jinja2
|
||||
mccabe==0.6.1
|
||||
pydocstyle==2.1.1
|
||||
pep8-naming==0.4.1
|
||||
pep8==1.7.1 # via flake8
|
||||
py==1.4.34 # via pytest
|
||||
pyenchant==1.6.11
|
||||
pyflakes==1.6.0 # via flake8
|
||||
pygments==2.2.0 # via sphinx
|
||||
pytest-django==3.1.2
|
||||
pytest==3.2.3
|
||||
pytz==2017.3 # via babel
|
||||
redis==2.10.6 # via django-redis
|
||||
selenium==3.7.0
|
||||
six==1.11.0 # via django-appconf, sphinx, sphinxcontrib-spelling
|
||||
snowballstemmer==1.2.1 # via sphinx
|
||||
sphinx-rtd-theme==0.2.4 # via sphinx
|
||||
sphinx==1.6.5
|
||||
sphinxcontrib-spelling==4.0.1
|
||||
coverage
|
||||
django-appconf
|
||||
flake8
|
||||
pep8-naming
|
||||
mccabe
|
||||
isort
|
||||
pydocstyle
|
||||
pytest
|
||||
pytest-django
|
||||
selenium
|
||||
sphinx
|
||||
sphinxcontrib-spelling
|
||||
pyenchant
|
||||
django-redis
|
||||
|
|
|
|||
Loading…
Reference in a new issue