-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPipfile
57 lines (54 loc) · 1.09 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.2.10"
bleach = "==3.1.5"
certifi = "==2020.6.20"
click = "==7.1.2"
gevent = "==20.6.2"
gitdb = "==4.0.5"
greenlet = "==0.4.16"
gunicorn = "==20.0.4"
importlib-metadata = "==1.7.0"
kiwisolver = "==1.2.0"
newrelic = "==5.16.1.146"
pip-tools = "==5.3.1"
pyparsing = "==2.4.7"
python-dateutil = "==2.8.1"
pytz = "==2020.1"
six = "==1.15.0"
smmap = "==3.0.4"
sqlparse = "==0.3.1"
webencodings = "==0.5.1"
zipp = "==3.1.0"
"zope.event" = "==4.4"
"zope.interface" = "==5.1.0"
Cycler = "==0.10.0"
Django = "==3.1.13"
GitPython = "==3.1.7"
Markdown = "==3.2.2"
dj-database-url = "*"
psycopg2-binary = "*"
invoke = "*"
pyyaml = "*"
whitenoise = "*"
numpy = "*"
matplotlib = "*"
django-debug-toolbar = "*"
sentry-sdk = "*"
postmarker = "*"
djangorestframework = "==3.12.2"
django-filter = "==2.4.0"
requests = "==2.25.1"
discord-interactions = "==0.2.0"
ipython = "*"
pydantic = "*"
django-import-export = "*"
python-decouple = "*"
asyncio = "*"
[dev-packages]
pre-commit = "==2.10.1"
[requires]
python_version = "3.9"