-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
44 lines (41 loc) · 958 Bytes
/
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "==0.112.1"
uvicorn = {version = "==0.30.6", extras = ["standard"]}
jsonlines = "==4.0.0"
cacheout = "==0.16.0"
aiohttp = "==3.10.5"
requests = "==2.32.3"
jinja-cli = "==1.2.2"
pandas = "==2.2.2"
ftputil = "==5.1.0"
beautifulsoup4 = "==4.12.3"
jsonschema = "==4.23.0"
apscheduler = "==3.10.4"
file-read-backwards = "==3.1.0"
aiodns = "==3.2.0"
docker = "==7.1.0"
click = "==8.1.7"
PyYAML = "==6.0.2"
python-dateutil = "==2.9.0.post0"
numpy = "==2.0.1"
jsonschema-default = "==1.6.0"
mergedeep = "==1.3.4"
httpx = "==0.27.0"
requests-toolbelt = "==1.0.0"
[dev-packages]
pytest = "==8.3.2"
coverage = "==7.6.1"
pytest-cov = "==5.0.0"
ipython = "==8.26.0"
pytest-asyncio = "==0.23.8"
# currently for design/experiments/store_mongo.py
pymongo = "==4.8.0"
sourmash = "==4.8.11"
prometheus-client = "==0.20.0"
pyqt5 = "==5.15.11"
[requires]
python_version = "3.11"