-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
49 lines (45 loc) · 1001 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
45
46
47
48
49
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "https://download.pytorch.org/whl/torch_stable.html"
verify_ssl = false
name = "pytorch"
[packages]
matplotlib = "==3.4.3"
tqdm = "==4.62.3"
numba = "==0.54.1"
uwsgi = "==2.0.20"
celery = {version = "==5.1.2", extras = ["redis"]}
torch = {file = "https://download.pytorch.org/whl/cpu/torch-1.8.1%2Bcpu-cp37-cp37m-linux_x86_64.whl"}
numpy = "==1.19.2"
pandas = "==1.3.4"
scipy = "==1.7.1"
lxml = "==4.6.3"
selenium = "==4.0.0"
ipython = "==7.28.0"
scikit-learn = "==0.24.1"
pytest = "==6.2.5"
pytest-cov = "==3.0.0"
pytest-mock = "==3.6.1"
flake8 = "==4.0.1"
fastapi = "*"
uvicorn = {extras = ["standard"], version = "*"}
jinja2 = "*"
psutil = "*"
requests = "*"
email-validator = "*"
python-multipart = "*"
aiofiles = "*"
aiohttp = "*"
python-dotenv = "*"
pymongo = "*"
redis = "*"
motor = "*"
async-lru = "==1.0.3"
cachetools = "*"
beautifulsoup4 = "*"
[dev-packages]
[requires]
python_version = "3.7.9"