-
-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathPipfile
More file actions
31 lines (28 loc) · 599 Bytes
/
Pipfile
File metadata and controls
31 lines (28 loc) · 599 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = "==3.10.2"
aiobotocore = ">=2.13.0"
aiohttp-cors = "*"
aiofiles = "*"
azure-storage-blob = "*"
bitshuffle = "git+https://github.com/kiyo-masui/bitshuffle"
botocore = "*"
cryptography = "*"
h5py = ">=3.6.0"
numcodecs = "*"
numpy = "<2.0.0"
psutil = "*"
pyjwt = "*"
pytz = "*"
pyyaml = "*"
requests = "<=2.32.4"
requests-unixsocket2 = {git = "https://gitlab.com/thelabnyc/requests-unixsocket2.git"}
simplejson = "*"
s3fs = "*"
urllib3 = ">=2.4.0,<3.0"
[dev-packages]
[requires]
python_version = "3.10"