mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 23:16:50 +00:00
init project
This commit is contained in:
26
Pipfile
Normal file
26
Pipfile
Normal file
@@ -0,0 +1,26 @@
|
||||
[[source]]
|
||||
url = "https://pypi.doubanio.com/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
bootstrap-flask = "*"
|
||||
flask-debugtoolbar = "*"
|
||||
flask-moment = "*"
|
||||
Flask = "*"
|
||||
python-dotenv = "*"
|
||||
"psycopg2" = "*"
|
||||
gunicorn = "*"
|
||||
requests = "*"
|
||||
parsel = "*"
|
||||
|
||||
[dev-packages]
|
||||
coverage = "*"
|
||||
pdir2 = "*"
|
||||
ptpython = "*"
|
||||
yapf = "*"
|
||||
pylint = "*"
|
||||
|
||||
[scripts]
|
||||
test = "python -m unittest discover"
|
||||
coverage = "coverage run -m unittest discover"
|
||||
Reference in New Issue
Block a user