forked from enioka-Haute-Couture/pyoupyou
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
31 lines (29 loc) · 826 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "==19.3b0"
django-debug-toolbar = "==2.2"
factory-boy = "*"
tzlocal = "*"
coverage = "*"
debug-toolbar-user-panel = {editable = true,git = "https://github.com/Napoleon-Black/django-debug-toolbar-user-panel.git",ref = "1481b04e0cbbf7db35bf43061883535ef25892f5"}
ipython = "*"
django-debug-toolbar-request-history = "*"
[packages]
django-bootstrap-static = ">=3.3.7,<3.4"
django-crispy-forms = "==1.9.1"
django-select2 = "==7.0.3"
django-extensions = "==2.1.6"
django-tables2 = "==2.0.6"
django-ical = "==1.4"
django-markwhat = "==1.6.1"
commonmark = "==0.8.1"
django-bleach = "==0.3.0"
Django = "==2.2.13"
django-split-settings = "==0.3.0"
requests = '==2.24.0 '
django-filter = "==2.4.0"
plotly = "==4.8.2"
numpy = "==1.18.5"