/
encore
/
Undercore
Обзор
Документация
Войти
/
encore
/
Undercore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
master
server/pyproject.toml
16 строк
338 B
Kotto
Last commit
19 май 2024, 16:28
19 май 2024, 16:28
1085f18
Код
Авторство
О чём код?
[tool.poetry] name = "server" version = "0.1.0" description = "" authors = ["Kotto <m.e.shushkevich@yandex.com>"] readme = "README.md" [tool.poetry.dependencies] python = "^3.12" fastapi = {extras = ["all"], version = "^0.111.0"} requests = "^2.31.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"