This commit is contained in:
Eugene Pankov
2021-06-12 13:05:35 +02:00
parent 04ddd11dfc
commit dc69574c07
27 changed files with 1162 additions and 81 deletions

View File

@@ -8,8 +8,11 @@ authors = ["Your Name <you@example.com>"]
python = "^3.7"
Django = "^3.2.3"
django-rest-framework = "^0.1.0"
channels = "^3.0.3"
uvloop = "^0.15.2"
[tool.poetry.dev-dependencies]
flake8 = "^3.9.2"
[build-system]
requires = ["poetry-core>=1.0.0"]