-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathPipfile
More file actions
37 lines (33 loc) · 734 Bytes
/
Pipfile
File metadata and controls
37 lines (33 loc) · 734 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
pytest = "==5.2.3"
mypy = "==0.740"
black = "==19.10b0"
click = "==7.0"
pytest-django = "==3.7.0"
pytest-pythonpath = "==0.7.3"
pyyaml = "==5.1.2"
[packages]
mysql-connector-python = "==8.0.18"
lxml = "==4.4.1"
requests = "==2.22.0"
python-dateutil = "==2.8.1"
redis = "==3.3.11"
django = "==2.2.6"
djangorestframework = "==3.10.3"
django-cors-headers = "==3.2.0"
parsimonious = "==0.8.1"
docxtpl = "==0.6.3"
gunicorn = "==20.0.0"
psycopg2 = "==2.8.4"
recordlib = {path = ".",editable = true}
django-webpack-loader = "==0.6.0"
django-csp = "==3.5"
uritemplate = "==3.0.0"
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = true