forked from jclgoodwin/bustimes.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
48 lines (46 loc) · 1007 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
40
41
42
43
44
45
46
47
48
[[source]]
url = "https://pypi.python.org/simple"
name = "pypi"
verify_ssl = true
[packages]
"beautifulsoup4" = "*"
"ciso8601" = "*"
django = "*"
django-email-obfuscator = "*"
django-haystack = "*"
django-pipeline = "*"
lxml = "*"
ddtrace = "*"
django-template-minifier = "*"
elasticsearch = ">=2.0.0,<3.0.0"
gunicorn = "*"
python-memcached = "*"
setproctitle = "*"
multigtfs = "*"
requests = "*"
titlecase = "*"
uk-postcode-utils = "*"
python-dateutil = "*"
"psycopg2-binary" = "*"
requests-html = "*"
django-antispam = {git = "https://github.com/mixkorshun/django-antispam",editable = true}
django-autoslug = "*"
websockets = "*"
isodate = "*"
webcolors = "*"
sentry-sdk = "*"
gtfs-realtime-bindings = "*"
django-multidb-router = "*"
gpxpy = "*"
python-socketio = {extras = ["client"],version = "*"}
[dev-packages]
django-debug-toolbar = "*"
django-debug-toolbar-force = "*"
"flake8" = "*"
freezegun = "*"
vcrpy = "*"
mock = "*"
coveralls = "*"
coverage = "*"
django-coverage-plugin = "*"
ipython = "*"