forked from mysociety/bluetail
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
47 lines (43 loc) · 1.14 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
# mySociety Django project
django = ">=2.2,<2.3"
markdown = "==2.6.8"
pillow = "*"
pyyaml = "==4.2b1"
argparse = "==1.2.1"
csscompressor = "==0.9.4"
django-autoslug = "==1.9.7"
django-htmlmin = "*"
django-markitup = "==4.0.0"
django-pipeline = "==1.6.14"
django-pipeline-csscompressor-master = {ref = "6a88fde5045d68746f1c7ee816deda86615c5581", git = "https://github.com/mysociety/django-pipeline-csscompressor", editable = true}
futures = "==3.0.5"
libsass = "==0.12.3"
olefile = "==0.44"
psycopg2 = "==2.8.5"
six = "*"
feedparser = "==5.2.1"
django-import-export = "==2.0.2"
# Heroku
waitress = "==1.4.3"
whitenoise = "==5.0.1"
dj-database-url = "==0.5.0"
# Bluetail
django-pgviews-redux = "==0.6.0"
# Silvereye
libcoveweb = {ref = "v0.14.0", git = "https://github.com/OpenDataServices/lib-cove-web.git", editable = true}
# Used for scripts to gather and process Contracts Finder and BODS data
ocdskit = "*"
pandas = "*"
elasticsearch = "<8"
elasticsearch_dsl = "*"
smart_open = "*"
django-storages = "<2"
faker = "==4.1.1"
[dev-packages]
[requires]
python_version = "3.6"