mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 07:26:44 +00:00
30 lines
493 B
TOML
30 lines
493 B
TOML
[[source]]
|
|
url = "https://mirrors.aliyun.com/pypi/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
bootstrap-flask = "*"
|
|
flask-debugtoolbar = "*"
|
|
flask-moment = "*"
|
|
Flask = "*"
|
|
python-dotenv = "*"
|
|
"psycopg2" = "*"
|
|
gunicorn = "*"
|
|
requests = "*"
|
|
parsel = "*"
|
|
flask-script = "*"
|
|
icecream = "*"
|
|
flask-analytics = "*"
|
|
|
|
[dev-packages]
|
|
coverage = "*"
|
|
pdir2 = "*"
|
|
ptpython = "*"
|
|
yapf = "*"
|
|
pylint = "*"
|
|
|
|
[scripts]
|
|
test = "python -m unittest discover"
|
|
coverage = "coverage run -m unittest discover"
|