-
Notifications
You must be signed in to change notification settings - Fork 15
/
Pipfile
56 lines (53 loc) · 1.07 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
48
49
50
51
52
53
54
55
56
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
asn1crypto = ">=0.24.0"
bcrypt = ">=3.1.4"
cachetools = ">=2.0.1"
cerberus = ">=1.1"
certifi = ">=2018.1.18"
cffi = ">=1.11.5"
chardet = ">=3.0.4"
click = ">=6.7"
cryptography = ">=2.1.4"
idna = ">=2.6"
jinja2 = ">=2.10"
lxml = ">=4.2.0"
markupsafe = ">=1.0"
multi-key-dict = ">=2.0.3"
mwclient = ">=0.8.7"
mwparserfromhell = ">=0.5.1"
mygene = ">=3.0.0"
myvariant = ">=0.3.1"
numpy = ">=1.14.2"
oauthlib = ">=2.0.6"
pandas = ">=0.22.0"
paramiko = ">=2.4.1"
pbr = ">=3.1.1"
pyasn1 = ">=0.4.2"
pycparser = ">=2.18"
pymongo = ">=3.6.1"
pymysql = ">=0.8.0"
pynacl = ">=1.2.1"
python-dateutil = ">=2.7.0"
python-jenkins = ">=0.4.16"
pytz = ">=2018.3"
requests = ">=2.18.4"
requests-oauthlib = ">=0.8.0"
six = ">=1.11.0"
sshtunnel = ">=0.1.3"
tqdm = ">=4.19.8"
urllib3 = ">=1.22"
xlwt = ">=1.3.0"
wikicurie = {git = "git://github.com/SuLab/wikicurie.git"}
networkx = "==2.0"
sparqlwrapper = "*"
rdflib = "*"
datetime = "*"
bs4 = "*"
wikidataintegrator = "*"
[requires]
python_version = "3.7"