intt
This commit is contained in:
27
pyproject.toml
Normal file
27
pyproject.toml
Normal file
@ -0,0 +1,27 @@
|
||||
[tool.poetry]
|
||||
name = "pics_server"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["quantulr <35954003+quantulr@users.noreply.github.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
fastapi = "^0.85.0"
|
||||
uvicorn = {extras = ["standard"], version = "^0.18.3"}
|
||||
SQLAlchemy = "^1.4.41"
|
||||
PyMySQL = "^1.0.2"
|
||||
python-multipart = "^0.0.5"
|
||||
Pillow = "^9.2.0"
|
||||
requests = "^2.28.1"
|
||||
gunicorn = "^20.1.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5.2"
|
||||
autopep8 = "^1.7.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
serve = "pics_server.main:runApp"
|
Reference in New Issue
Block a user