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

[requires]
python_version = "3.6"
Luke Murphy's avatar
Luke Murphy committed

[packages]
Luke Murphy's avatar
Luke Murphy committed
"django-bootstrap3" = "*"
"django-tables2" = "*"
"django.js" = {ref = "ca328a94b00023bd64f4fc1c908675edaaf2ac19",git = "https://git@github.com/aptivate/django.js.git",editable = true}
Luke Murphy's avatar
Luke Murphy committed
"linecache2" = "*"
Django = ">2.2.8,<3.0"
Luke Murphy's avatar
Luke Murphy committed
Pillow = "*"
cssmin = "*"
django-assets = "*"
django-braces = "*"
django-constance = {extras = ["database"],version = "*"}
Martin Burchell's avatar
Martin Burchell committed
django-filter = "*"
Luke Murphy's avatar
Luke Murphy committed
django-floppyforms = "*"
django-form-utils = "*"
django-widget-tweaks = "*"
djangorestframework = "*"
djangorestframework-bulk = "*"
jsmin = "*"
jsonfield = "*"
openpyxl = "*"
python-dateutil = "*"
pytz = "*"
rest-pandas = "*"
mysqlclient = "*"
django-debug-toolbar-template-timings = "*"
Alan's avatar
Alan committed
ipdb = "*"
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 = "*"
pytest-cov = "*"
pytest-django = "*"
pytest-pythonpath = "*"
werkzeug = "*"