-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
123 lines (120 loc) · 2.67 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = "==3.8.5"
aiosignal = "==1.3.1"
alembic = "==1.11.3"
arcp = "==0.2.1"
asgiref = "==3.7.2"
async-timeout = "==4.0.3"
attrs = "==23.1.0"
authlib = "==1.2.1"
babel = "==2.12.1"
bioblend = "==1.2.0"
blinker = "==1.6.2"
cachecontrol = "==0.13.1"
cachelib = "==0.10.2"
cattrs = "==23.1.2"
certifi = "==2023.7.22"
cffi = "==1.15.1"
charset-normalizer = "==3.2.0"
click = "==8.1.7"
colorama = "==0.4.6"
colorful = "==0.5.5"
cryptography = "==41.0.3"
datahugger = "==0.13"
datasets = "==2.14.4"
decorator = "==5.1.1"
defusedxml = "==0.7.1"
dill = "==0.3.7"
exceptiongroup = "==1.1.3"
filelock = "==3.12.2"
flask = "==2.3.3"
flask-babel = "==3.1.0"
flask-migrate = "==4.0.4"
flask-session = "==0.5.0"
flask-sqlalchemy = "==3.0.5"
frozenlist = "==1.4.0"
fsspec = "==2023.6.0"
future = "==0.18.3"
galaxy2cwl = "==0.1.4"
gitignorefile = "==1.1.2"
greenlet = "==2.0.2"
gxformat2 = "==0.18.0"
huggingface-hub = "==0.16.4"
idna = "==3.4"
importlib-resources = "==6.0.1"
iniconfig = "==2.0.0"
isodate = "==0.6.1"
itsdangerous = "==2.1.2"
jinja2 = "==3.1.2"
jsonpath-ng = "==1.5.3"
lxml = "==4.9.3"
mako = "==1.2.4"
markupsafe = "==2.1.3"
mistune = "==2.0.5"
msgpack = "==1.0.5"
multidict = "==6.0.4"
multiprocess = "==0.70.15"
mypy-extensions = "==1.0.0"
natsort = "==8.4.0"
numpy = "==1.25.2"
osfclient = {ref = "9686201bbd79726722fd528c998a917111bcb16e", git = "https://github.com/davetromp/osfclient.git"}
packaging = "==23.1"
pactman = "==2.30.0"
pandas = "==2.0.3"
pip-review = "==1.3.0"
platformdirs = "==3.10.0"
pluggy = "==1.2.0"
ply = "==3.11"
prettyprinter = "==0.18.0"
prettytable = "==3.9.0"
pyarrow = "==13.0.0"
pycparser = "==2.21"
pygments = "==2.16.1"
pymysql = "==1.1.0"
pyncclient = "==0.7"
pyocclient = "==0.6"
pyparsing = "==3.1.1"
pytest = "==7.4.0"
python-dateutil = "==2.8.2"
python-irodsclient = "==1.1.9"
python-whois = "==0.8.0"
pytz = "==2023.3"
pyyaml = "==6.0.1"
rdflib = "==6.3.2"
redis = "==5.0.1"
requests = "==2.31.0"
requests-cache = "==1.1.0"
requests-toolbelt = "==1.0.0"
research-data-services-common = "==0.54"
restnavigator = "==1.0.1"
rocrate = "==0.8.0"
"ruamel.yaml" = "==0.17.32"
"ruamel.yaml.clib" = "==0.2.7"
schema-salad = "==8.4.20230808163024"
scisort = "==0.5.3"
scitree = "==0.5.3"
seedir = "==0.4.2"
semver = "==3.0.2"
six = "==1.16.0"
sqlalchemy = "==2.0.20"
tinydb = "==4.8.0"
tomli = "==2.0.1"
tqdm = "==4.66.1"
tuspy = "==1.0.1"
typing-extensions = "==4.7.1"
tzdata = "==2023.3"
unidecode = "==1.3.7"
uritemplate = "==4.1.1"
url-normalize = "==1.4.3"
urllib3 = "==2.0.4"
wcwidth = "==0.2.8"
werkzeug = "==2.3.8"
xxhash = "==3.3.0"
yarl = "==1.9.2"
[dev-packages]
[requires]
python_version = "3.11"