Skip to content
Snippets Groups Projects
Pipfile 1.12 KiB
Newer Older
Luke Murphy's avatar
Luke Murphy committed
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[requires]
python_version = "2.7"

[packages]
"django-bootstrap3" = "*"
"django-tables2" = "==2.0.6"
Tom Daley's avatar
Tom Daley committed
"django.js" = {editable = true,git = "https://git@github.com/aptivate/django.js.git",ref = "ca328a94b00023bd64f4fc1c908675edaaf2ac19"}
Luke Murphy's avatar
Luke Murphy committed
"linecache2" = "*"
Tom Daley's avatar
Tom Daley committed
Django = "==1.11.22"
Luke Murphy's avatar
Luke Murphy committed
Pillow = "*"
cssmin = "*"
django-assets = "*"
django-braces = "*"
django-constance = {extras = ["database"],version = "*"}
Luke Murphy's avatar
Luke Murphy committed
django-filter = "==1.1.0"
django-floppyforms = "*"
django-form-utils = "*"
django-spreadsheetresponsemixin = "*"
django-widget-tweaks = "*"
djangorestframework = "*"
djangorestframework-bulk = "*"
jsmin = "*"
jsonfield = "*"
openpyxl = "*"
python-dateutil = "*"
pytz = "*"
rest-pandas = "*"
pymysql = "*"
django-debug-toolbar-template-timings = "*"
drf-dynamic-fields = "*"
Luke Murphy's avatar
Luke Murphy committed

[dev-packages]
django-debug-toolbar = "*"
django-extensions = "*"
Luke Murphy's avatar
Luke Murphy committed
factory_boy = "*"
isort = "*"
mock = "*"
py = "*"
pylava = "*"
pyparsing = "==2.4.1.1"
pytest-cov = "*"
pytest-django = "*"
pytest-pythonpath = "*"
werkzeug = "*"
pydocstyle = "==3.0.0"
django-dynamic-fixture = "*"