forked from MI-DPLA/combine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
84 lines (81 loc) · 1.71 KB
/
Pipfile
File metadata and controls
84 lines (81 loc) · 1.71 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
[packages]
appnope = "==0.1.0"
avro-python3 = "==1.8.2"
blinker = "==1.4"
boto3 = "*"
bs4 = "==0.0.1"
redis = "==3.2.1"
celery = "==4.3.0"
certifi = "==2017.7.27.1"
chardet = "==3.0.4"
cloudpickle = "==0.4.0"
configparser = "==3.5.0"
cookies = "==2.2.1"
dashtable = "==1.4.5"
decorator = "==4.1.2"
django-datatables-view = "==1.14.0"
django-extensions = "==1.9.0"
django-filter = "==1.1.0"
django-tables2 = "==1.13.0"
elasticsearch = "==5.4.0"
elasticsearch-dsl = "==5.3.0"
enum34 = "==1.1.6"
filelock = "==2.0.6"
future = "==0.16.0"
futures = "==3.1.1"
idna = "==2.6"
ipython = "==6.1.0"
jedi = "==0.10.2"
jsonschema = "==2.6.0"
lxml = "==4.3.3"
mongoengine = "==0.15.3"
mysqlclient = "==1.4.2"
numpy = "==1.16.3"
openpyxl = "==2.4.9"
pandas = "==0.24.2"
pathlib2 = "==2.3.0"
pexpect = "==4.2.1"
pickleshare = "==0.7.4"
polling = "==0.3.0"
ptyprocess = "==0.5.2"
py = "==1.8.0"
py4j = "==0.10.7"
pydot = "==1.2.3"
pyjxslt = "==0.7.0"
pykerberos = "==1.1.14"
pymongo = "==3.7.1"
pyparsing = "==2.2.0"
pytest = "==4.5.0"
pytest-ordering = "==0.6"
python-dateutil = "==2.6.1"
pytz = "==2017.2"
requests = "==2.20.0"
requests-kerberos = "==0.11.0"
responses = "==0.8.1"
scandir = "==1.5"
simplegeneric = "==0.8.1"
six = "==1.10.0"
sphinx-autobuild = "==0.7.1"
sphinx-rtd-theme = "==0.3.0"
sxsdiff = "==0.3.0"
toposort = "*"
traitlets = "==4.3.2"
urllib3 = "==1.23"
wcwidth = "==0.1.7"
xmltodict = "==0.11.0"
"backports.shutil_get_terminal_size" = "==1.0.0"
Django = "==1.11.20"
ipython_genutils = "==0.2.0"
prompt_toolkit = "==1.0.15"
Pygments = "==2.2.0"
Sickle = "==0.6.2"
Sphinx = "==1.7.2"
SQLAlchemy = "==1.1.13"
[requires]
python_version = "3.7"