Files @ 3d702d4d7154
Branch filter:

Location: conntrackt/requirements/development.txt

branko
CONNT-25: Updating application and project to use Django 1.9.x:

- Updated the html_link tag implementation to produce safe output, and
added tests for it.
- Updated URL configuration in both the application and test project
according to deprecation warning.
- Updated views that return customized forms to ensure the form_class
passed in to get_form is optional.
- Bumped Django in both setup script and development requirements to
version 1.9.x.
- Updated test project configuration to match the version produced by
Django 1.9.x admin commands.
#
# This file is autogenerated by pip-compile
# To update, run:
#
#    pip-compile --output-file requirements/development.txt requirements/development.in
#
alabaster==0.7.10         # via sphinx
babel==2.5.1              # via sphinx
certifi==2017.11.5        # via requests
chardet==3.0.4            # via requests
coverage==4.4.2
django-braces==1.12.0
django-crispy-forms==1.6.1
django==1.9.13
docutils==0.14            # via sphinx
factory-boy==2.1.2
funcsigs==1.0.2           # via mock
idna==2.6                 # via requests
imagesize==0.7.1          # via sphinx
jinja2==2.10              # via sphinx
markupsafe==1.0           # via jinja2
mock==1.3.0
palette==0.2
pbr==3.1.1                # via mock
pydot==1.2.3
pygments==2.2.0           # via sphinx
pyparsing==2.2.0          # via pydot
pytz==2017.3
requests==2.18.4          # via sphinx
six==1.11.0               # via mock, sphinx
snowballstemmer==1.2.1    # via sphinx
sphinx==1.6.5
sphinxcontrib-websupport==1.0.1  # via sphinx
typing==3.6.2             # via sphinx
urllib3==1.22             # via requests