-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
50 lines (47 loc) · 1006 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
psycopg2-binary = "==2.8.6"
djangorestframework = "==3.12.2"
django-crispy-forms = "==1.10.0"
asgiref = "==3.3.1"
pytz = "==2020.4"
sqlparse = "==0.4.1"
drf-recaptcha = "==2.0.4"
Django = "==3.1.3"
django-ipware = "==3.0.2"
shortuuid = "==1.0.1"
jsonschema = "==3.2.0"
gunicorn = "==20.0.4"
celery = "==5.0.3"
amqp = "==5.0.2"
attrs = "==20.3.0"
billiard = "==3.6.3.0"
click-didyoumean = "==0.0.3"
click-plugins = "==1.1.1"
click-repl = "==0.1.6"
click = "==7.1.2"
django-filter = "==2.4.0"
kombu = "==5.0.2"
nbformat = "==5.0.8"
prompt-toolkit = "==3.0.8"
pyrsistent = "==0.17.3"
redis = "==3.5.3"
six = "==1.15.0"
vine = "==5.0.0"
wcwidth = "==0.2.5"
requests = "==2.25.1"
marko = "==1.0.3"
certifi = "==2021.5.30"
chardet = "==4.0.0"
idna = "==2.10"
jupyter-core = "==4.7.1"
traitlets = "==5.0.5"
urllib3 = "==1.26.6"
ipython_genutils = "==0.2.0"
citeproc-py = "*"
[requires]
python_version = "3.8"