forked from FusionIIIT/Fusion
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathPipfile
More file actions
35 lines (32 loc) · 613 Bytes
/
Pipfile
File metadata and controls
35 lines (32 loc) · 613 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
[packages]
bs4 = "*"
celery = "*"
django-allauth = "*"
django-cleanup = "*"
django-debug-toolbar = "*"
django-markdown-deux = "*"
django-notifications-hq = "*"
django-pagedown = "*"
django-semanticui-forms = "*"
django-unused-media = "*"
html-text = "*"
numpy = "*"
psycopg2-binary = "*"
requests = "*"
whitenoise = {extras = ["brotli"], version = "*"}
xhtml2pdf = "*"
xlrd = "*"
xlwt = "*"
Django = "*"
jsonschema = "*"
Pillow = "*"
XlsxWriter = "*"
python-dateutil = "*"
[requires]
python_version = "3.8"