Minimum viable product
This commit is contained in:
commit
40e347616f
24 changed files with 748 additions and 0 deletions
42
requirements.txt
Normal file
42
requirements.txt
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
anyio==3.6.2
|
||||
blinker==1.6.2
|
||||
build==0.10.0
|
||||
certifi==2023.5.7
|
||||
click==8.1.3
|
||||
coverage==7.2.7
|
||||
dnspython==2.3.0
|
||||
email-validator==2.0.0.post2
|
||||
exceptiongroup==1.1.1
|
||||
fastapi==0.95.1
|
||||
Flask==2.3.2
|
||||
# Editable install with no version control (flaskr==1.0.0)
|
||||
-e /root/blog-dev
|
||||
h11==0.14.0
|
||||
httpcore==0.17.0
|
||||
httptools==0.5.0
|
||||
httpx==0.24.0
|
||||
idna==3.4
|
||||
iniconfig==2.0.0
|
||||
itsdangerous==2.1.2
|
||||
Jinja2==3.1.2
|
||||
Markdown==3.4.3
|
||||
MarkupSafe==2.1.2
|
||||
orjson==3.8.11
|
||||
packaging==23.1
|
||||
pluggy==1.0.0
|
||||
pydantic==1.10.7
|
||||
pyproject_hooks==1.0.0
|
||||
pytest==7.3.2
|
||||
python-dotenv==1.0.0
|
||||
python-multipart==0.0.6
|
||||
PyYAML==6.0
|
||||
sniffio==1.3.0
|
||||
starlette==0.26.1
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.5.0
|
||||
ujson==5.7.0
|
||||
uvicorn==0.22.0
|
||||
uvloop==0.17.0
|
||||
watchfiles==0.19.0
|
||||
websockets==11.0.3
|
||||
Werkzeug==2.3.3
|
||||
Loading…
Add table
Add a link
Reference in a new issue