-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
57 lines (50 loc) · 983 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
49
50
51
52
53
54
55
56
57
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
apiai = "*"
CherryPy = "*"
Django = "*"
fuzzywuzzy = "*"
Paste = "*"
requests = "*"
schedule = "*"
certifi = "*"
chardet = "*"
Cheroot = "*"
idna = "*"
"jaraco.classes" = "*"
numpy = "*"
portend = "*"
python-Levenshtein = "*"
pytz = "*"
tempora = "*"
"urllib3" = "*"
dj-database-url = "*"
gunicorn = "*"
whitenoise = "*"
pymongo = "*"
raven = "*"
django-storages = "*"
"boto3" = "*"
redis = "*"
mrq = "*"
"beautifulsoup4" = "*"
"m3u8" = "*"
lxml = "*"
pycountry = "*"
PyYAML = "*"
"django-sortedm2m" = "*"
django-tz-detect = "*"
"django-sortedm2m-filter-horizontal-widget" = {git = "https://github.com/wdr-data/sortedm2m-filter-horizontal-widget.git", ref = "0eaf0155728bbc4d5fda673a1be724b62c2730cc"}
dnspython = "*"
gevent = "*"
"iso8601" = "*"
prometheus_client = "*"
django-oauth-toolkit = "*"
"psycopg2-binary" = "*"
[dev-packages]
pytest = "*"
mongomock = "*"
pytest-tap = "*"