diff --git a/pyproject.toml b/pyproject.toml index 18c22f3..e41d9d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,3 @@ -[tool.setuptools] -py-modules = [] - -[build-system] -requires = ["setuptools"] -build-backend = "setuptools.build_meta" - [project] name = "mittaridatapumppu-deviceregistry" description = "" diff --git a/requirements.txt b/requirements.txt index 8a2ef27..b5ec2bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # -# pip-compile pyproject.toml +# pip-compile # asgiref==3.7.2 # via django @@ -59,3 +59,5 @@ uvicorn==0.23.2 # via mittaridatapumppu-deviceregistry (pyproject.toml) whitenoise==6.6.0 # via mittaridatapumppu-deviceregistry (pyproject.toml) +uvicorn==0.23.2 + # via mittaridatapumppu-deviceregistry (pyproject.toml)