Преглед изворни кода

enforcing websockets >= 9.1 as dependecy, because justpy needs it

Rodja Trappe пре 3 година
родитељ
комит
7169b330de
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 1
      poetry.lock
  2. 1 0
      pyproject.toml

+ 1 - 1
poetry.lock

@@ -499,7 +499,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
 [metadata]
 lock-version = "1.1"
 python-versions = "^3.7"
-content-hash = "3f319702e5864a13b39f01f8811fc513e8fbd550b21fc35af5bd46d0f3b36f67"
+content-hash = "55fc3b0f5e6a7a4b2f7e6261ed736e30d3bee65d09bb7dd0a408d145365071de"
 
 [metadata.files]
 addict = [

+ 1 - 0
pyproject.toml

@@ -21,6 +21,7 @@ asttokens = "^2.0.5"
 uvicorn = {extras = ["watchgodreloader"], version = "^0.14.0"}
 watchgod = "^0.7"
 pydantic = "^1.8.2"
+websockets = "^9.1"
 
 [tool.poetry.dev-dependencies]
 icecream = "^2.1.0"