initial commit
This commit is contained in:
21
pyproject.toml
Normal file
21
pyproject.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[tool.poetry]
|
||||
name = "e621-bot"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["bakatrouble <bakatrouble@gmail.com>"]
|
||||
readme = "README.md"
|
||||
packages = []
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
aiogram = "^2.25.1"
|
||||
python-dotenv = "^1.0.0"
|
||||
httpx = "^0.23.3"
|
||||
dataclasses-json = "^0.5.7"
|
||||
redis = {extras = ["hiredis"], version = "^4.5.2"}
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
Reference in New Issue
Block a user