-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
42 lines (39 loc) · 735 Bytes
/
Pipfile
File metadata and controls
42 lines (39 loc) · 735 Bytes
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]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
assertpy = "*"
behave = "*"
behave-django = "*"
black = "==19.3b0"
django-mock-queries = "*"
factory-boy = "*"
flake8 = "*"
freezegun = "*"
ipdb = "*"
mypy = "*"
pylint = "*"
parameterized = "*"
pytest = "*"
pytest-cov = "*"
pytest-django = "*"
selenium = "*"
[packages]
django-bootstrap-datepicker-plus = "*"
django-countries = "*"
django-crispy-forms = "*"
django-select2 = "*"
django-simple-captcha = "*"
Django = "*"
openpyxl = "*"
psycopg2 = "==2.7.5"
psycopg2-binary = "==2.7.7"
python-dateutil = "*"
raven = "*"
pyyaml = "*"
django-staticinline = "*"
django-bootstrap-modal-forms = "*"
holidays = "*"
[requires]
python_version = "3.7"