Added auth and webmessages

This commit is contained in:
BarsTiger
2023-07-16 23:52:18 +03:00
commit 90c8cbb4a1
9 changed files with 143 additions and 0 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[tool.poetry]
name = "dragonion-core"
version = "0.1.0"
description = ""
authors = ["BarsTiger <zxcbarstiger@gmail.com>"]
readme = "README.md"
packages = [{include = "dragonion_core"}]
[tool.poetry.dependencies]
python = "^3.10"
dataclasses-json = "^0.5.9"
sqlitedict = "^2.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"