-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
40 lines (33 loc) · 848 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
celery = {git = "https://github.com/celery/celery.git", ref = "master"}
django = "*"
requests = "*"
dj-database-url = "*"
pandas = "*"
django-polymorphic = "*"
django-extensions = "*"
django-celery-results = "*"
django-celery-beat = "*"
"psycopg2" = "*"
django-model-utils = "*"
"beautifulsoup4" = "*"
werkzeug = "*"
django-debug-toolbar = "*"
eventlet = "*"
pandas-datareader = "*"
pendulum = {git = "https://github.com/dwrpayne/pendulum.git", ref = "split"}
mod-wsgi = "*"
django-hijack = "*"
python-decouple = "*"
pydot = "*"
django-fernet-fields = "*"
python-highcharts = {git = "https://github.com/dwrpayne/python-highcharts.git", ref = "master"}
ratelimit = "*"
django-redis = "*"
django-mathfilters = "*"
more-itertools = "*"
[dev-packages]