This commit is contained in:
Eugene Pankov
2021-07-06 23:45:52 +02:00
parent 6bd5aff8b7
commit 3ff34b2618
36 changed files with 76 additions and 83 deletions

View File

@@ -1,5 +1,5 @@
[tool.poetry]
name = "terminus-web"
name = "tabby-web"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
@@ -15,6 +15,7 @@ social-auth-app-django = "^4.0.0"
python-dotenv = "^0.17.1"
websockets = "^9.1"
gql = "^2.0.0"
dj-database-url = "^0.5.0"
[tool.poetry.dev-dependencies]
flake8 = "^3.9.2"