Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pip-compile error #45

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)