-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
64 lines (61 loc) · 1.44 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
58
59
60
61
62
63
64
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
asgiref = "==3.2.5"
decorator = "==4.4.2"
django = "==3.0.3"
django-allauth = "==0.41.0"
django-bootstrap4 = "==1.1.1"
django-ckeditor = "==5.9.0"
django-crispy-forms = "==1.8.1"
django-debug-toolbar = "==2.2"
django-ipware = "==2.1.0"
django-js-asset = "==1.2.2"
django-modelcluster = "==5.0.1"
django-ranged-response = "==0.2.0"
django-recaptcha = "==2.0.6"
django-richtextfield = "==1.5.0"
django-simple-captcha = "==0.5.12"
django-taggit = "==1.2.0"
django-tinymce = "==2.8.0"
django-treebeard = "==4.3.1"
django-user-agents = "==0.4.0"
djangorestframework = "==3.11.0"
folium = "==0.10.1"
geographiclib = "==1.50"
geopy = "==1.21.0"
google-auth = "==1.11.3"
google-auth-oauthlib = "==0.4.1"
google-pasta = "==0.2.0"
html5lib = "==1.0.1"
httplib2 = "==0.11.3"
idna = "==2.6"
importlib-metadata = "==1.1.3"
jinja2 = "==2.11.1"
jmespath = "==0.9.5"
joblib = "==0.14.1"
json5 = "==0.9.2"
jsonschema = "==3.2.0"
markdown = "==3.2.1"
markupsafe = "==1.1.0"
numpy = "==1.18.1"
oauthlib = "==3.0.1"
pandas = "==1.0.0"
pandocfilters = "==1.4.2"
pipenv = "==11.9.0"
plotly = "==4.5.3"
reportlab = "==3.5.23"
requests = "==2.21.0"
requests-oauthlib = "==1.3.0"
requests-toolbelt = "==0.8.0"
requests-unixsocket = "==0.1.5"
ua-parser = "==0.9.0"
urllib3 = "==1.24.1"
user-agents = "==2.1"
virtualenv = "==15.1.0"
virtualenv-clone = "==0.3.0"
[requires]
python_version = "3.7"