forked from devragj/RecordLib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
47 lines (43 loc) · 1.04 KB
/
Pipfile
File metadata and controls
47 lines (43 loc) · 1.04 KB
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
43
44
45
46
47
[[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"
sphinx = "==2.4.1"
sphinx-js = "*"
recordlib = {path = ".",editable = true}
pylint = "*"
pylint-django = "==2.0.15"
[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.13"
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"
django-webpack-loader = "==0.6.0"
django-csp = "==3.5"
uritemplate = "==3.0.0"
django-docketsearch = {git = "https://github.com/clsphila/django-docketsearch.git",ref = "bc5685674ef2056de1726d198845945de5a2d786",editable = true}
aiohttp = "*"
yarl = "==1.4.2"
recordlib = {editable = true,path = "."}
mako = "==1.1.2"
sendgrid = "*"
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = true