installing dependencies
This commit is contained in:
parent
4acb2ae96d
commit
2dfb63e061
|
@ -1,7 +1,7 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "ttfrog"
|
name = "ttfrog"
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
description = "ttfrog: automatically generated by poetry-slam."
|
description = "TTFrog"
|
||||||
authors = ["greg"]
|
authors = ["greg"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
packages = [
|
packages = [
|
||||||
|
@ -10,13 +10,23 @@ packages = [
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.11"
|
python = "^3.11"
|
||||||
python-dotenv = "^0.21.0"
|
python-dotenv = "*"
|
||||||
rich = "^13.7.0"
|
rich = "*"
|
||||||
typer = "^0.9.0"
|
typer = "*"
|
||||||
|
aiohttp = ">=3.8"
|
||||||
|
aiohttp-cors = "^0.8.1"
|
||||||
|
aiohttp-session = ">=2.10"
|
||||||
|
imagesize = "^1.4.1"
|
||||||
|
jinja2 = "^3.1.6"
|
||||||
|
prettytable = ">=1.0"
|
||||||
|
pygments = "^2.19.2"
|
||||||
|
pyotp = "^2.9.0"
|
||||||
|
cryptography = "^46.0.1"
|
||||||
|
setuptools = "^80.9.0"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
pytest = "^8.4.2"
|
pytest = "*"
|
||||||
pytest-cov = "^7.0.0"
|
pytest-cov = "*"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user