-
Notifications
You must be signed in to change notification settings - Fork 113
/
requirements.txt
76 lines (60 loc) · 1.2 KB
/
requirements.txt
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
65
66
67
68
69
70
71
72
73
74
75
76
# Nodeshot dependencies
# install python-virtualenv
# create a virtual environment (be sure to include the system default psycpog2 db drivers)
# run pip install -r requirements
psycopg2
Django==1.8.18 # rq.filter: >=1.8,<1.9
# python libraries
Pillow
simplejson
pytz
mimeparse
python-dateutil
six
wsgiref
requests
jsonfield
netdiff==0.4.4
# better admin
django-grappelli==2.7.1
django-filebrowser==3.6.1
django-leaflet==0.16.0
django-hstore==1.4
# RESTful API and API documentation
djangorestframework==3.2.3 # rq.filter: >=3.2,<4.0
drf-extensions==0.2.7
django-rest-swagger==0.3.8
markdown
djangorestframework-gis==0.9.6
djangorestframework-hstore==1.3
geojson-elevation==0.1
# authentication with social networks
python-social-auth==0.2.12
# versionable content
django-reversion==1.9.3
# asynchronous tasks
celery==3.1.19
django-celery-email==1.1.2
# django-cors-headers
django-cors-headers==1.1.0
# cache
django-redis
# fixture management
django-smuggler==0.6.0
# networking
netaddr
django-netfields==0.3.1
netengine==0.1.alpha
libcnml==0.9.2
# dev utils
bpython
django-extensions
# monitoring
raven
# translation
django-rosetta
# metrics
influxdb==2.9.2
tld
# avoid breaking the build
pyOpenSSL==16.2.0