25 lines
382 B
TOML
25 lines
382 B
TOML
[[source]]
|
|
url = "https://mirrors.ustc.edu.cn/pypi/simple"
|
|
verify_ssl = false
|
|
name = "pip_conf_index_global"
|
|
|
|
[packages]
|
|
fastapi = "*"
|
|
uvicorn = "*"
|
|
argparse = "*"
|
|
pillow = "*"
|
|
paho-mqtt = "*"
|
|
requests = "*"
|
|
pandas = "*"
|
|
openpyxl = "*"
|
|
xlrd = "*"
|
|
aiofiles = "*"
|
|
psutil = "*"
|
|
python-multipart = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.10"
|
|
python_full_version = "3.10.14"
|