23 lines
338 B
TOML
23 lines
338 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.douban.com/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
fastapi = "*"
|
|
uvicorn = "*"
|
|
requests = "*"
|
|
gunicorn = "*"
|
|
pipfile = "*"
|
|
uvloop = "*"
|
|
typing-extensions = "*"
|
|
esdk-obs-python = "*"
|
|
python-multipart = "*"
|
|
httptools = "*"
|
|
requests-toolbelt = "*"
|
|
|
|
[requires]
|
|
python_version = "38"
|