This repository was archived by the owner on Jun 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpip-requirements.txt
More file actions
54 lines (40 loc) · 1.43 KB
/
pip-requirements.txt
File metadata and controls
54 lines (40 loc) · 1.43 KB
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
# This file allows you to install CKAN extensions related to
# ckanext-dgu and the dependencies for ckanext-dgu. After running
# this, some of the installed CKAN extensions have their own
# pip-requirements.txt to install too.
#
# Use it like this:
#
# pip install -r pip-requirements.txt
## ckanext-dgu dependencies
-r pip-requirements-local.txt
## Related extensions
# ckanext-harvest
-e git+https://github.com/datagovuk/ckanext-harvest.git@2.0#egg=ckanext-harvest
# ckanext-spatial
-e git+https://github.com/datagovuk/ckanext-spatial.git@dgu#egg=ckanext-spatial
# ckanext-qa
-e git+https://github.com/ckan/ckanext-qa.git#egg=ckanext-qa
# ckanext-archiver
-e git+https://github.com/ckan/ckanext-archiver.git#egg=ckanext-archiver
# ckanext-ga-report
-e git+https://github.com/datagovuk/ckanext-ga-report.git#egg=ckanext-ga-report
# ckanext-datapreview
-e git+https://github.com/datagovuk/ckanext-datapreview.git#egg=ckanext-datapreview
# ckanext-report
-e git+https://github.com/datagovuk/ckanext-report.git#egg=ckanext-report
# ckanext-taxonomy
-e git+https://github.com/datagovuk/ckanext-taxonomy.git#egg=ckanext-taxonomy
# ckanext-hierarchy
-e git+https://github.com/datagovuk/ckanext-hierarchy.git#egg=ckanext-hierarchy
## Related extension dependencies
# Copied from ckanext-spatial's pip-requirements.txt:
GeoAlchemy>=0.6
Shapely>=1.2.13
owslib
lxml==3.4.4
argparse
# Selenium driver for Python
selenium==2.28.0
fabric==1.5.3
oauthlib==0.6.3