Skip to content

Commit

Permalink
Fix pip-compile error
Browse files Browse the repository at this point in the history
- Add back setuptools config
- Update requirements using pip-compile
  • Loading branch information
laurigates committed Oct 17, 2023
1 parent 8e57954 commit 8c65a49
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[tool.setuptools]
py-modules = []

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

[project]
name = "mittaridatapumppu-deviceregistry"
description = ""
Expand Down
8 changes: 5 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements-dev.txt
Expand Down Expand Up @@ -31,7 +31,7 @@ openpyxl==3.1.2
# via mittaridatapumppu-deviceregistry (pyproject.toml)
packaging==23.2
# via pytest
pillow==10.0.1
pillow==10.1.0
# via mittaridatapumppu-deviceregistry (pyproject.toml)
pluggy==1.3.0
# via pytest
Expand All @@ -53,7 +53,9 @@ sqlparse==0.4.4
# via
# django
# mittaridatapumppu-deviceregistry (pyproject.toml)
unittest-parametrize==1.3.0
unittest-parametrize==1.4.0
# via mittaridatapumppu-deviceregistry (pyproject.toml)
uvicorn==0.23.2
# via mittaridatapumppu-deviceregistry (pyproject.toml)
whitenoise==6.6.0
# via mittaridatapumppu-deviceregistry (pyproject.toml)
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile
Expand Down Expand Up @@ -59,5 +59,3 @@ 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 8c65a49

Please sign in to comment.