forked from studybuffalo/django-helcim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
42 lines (36 loc) · 1.79 KB
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*" # https://github.com/django/django
requests = "*" # https://github.com/requests/requests/
xmltodict = "*" # https://github.com/martinblech/xmltodict
[dev-packages]
# Django (for testing)
# ------------------------------------------------------------------------------
django-oscar = ">=2.0,<2.1" # https://github.com/django-oscar/django-oscar
django-environ = "*" # https://github.com/joke2k/django-environ
django-debug-toolbar = "*" # https://github.com/jazzband/django-debug-toolbar
#pycountry = "*" # https://pypi.org/project/pycountry/
sorl-thumbnail = "*" # https://github.com/jazzband/sorl-thumbnail
# Code quality
# ------------------------------------------------------------------------------
coverage = "*" # https://github.com/nedbat/coveragepy
pylint = "*" # https://github.com/PyCQA/pylint/
pylint-django = "*" # https://github.com/PyCQA/pylint-django
restructuredtext-lint = "*" # https://github.com/twolfson/restructuredtext-lint
# Testing
# ------------------------------------------------------------------------------
pytest = "*" # https://github.com/pytest-dev/pytest
pytest-cov = "*" # https://github.com/pytest-dev/pytest-cov
pytest-django = "*" # https://pytest-django.readthedocs.io/en/latest/
# Package Documentation
# ------------------------------------------------------------------------------
sphinx = "*" # https://github.com/sphinx-doc/sphinx
sphinx_rtd_theme = "*" # https://github.com/rtfd/sphinx_rtd_theme
# Package Distribution
# ------------------------------------------------------------------------------
setuptools = "*" # https://pypi.org/project/setuptools/#description
wheel = "*" # https://pypi.org/project/wheel/
twine = "*" # https://github.com/pypa/twine