Skip to content

Commit

Permalink
Use uvicorn to run the application
Browse files Browse the repository at this point in the history
closes #4
  • Loading branch information
laurigates committed Oct 17, 2023
1 parent a362799 commit 0dbefa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
[tool.setuptools]
py-modules = []

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "mittaridatapumppu-deviceregistry"
description = ""
Expand Down
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)

0 comments on commit 0dbefa7

Please sign in to comment.