Skip to content
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
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10.16
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nikolaik/python-nodejs:python3.8-nodejs16-slim
FROM nikolaik/python-nodejs:python3.10-nodejs18-slim

WORKDIR /app

Expand Down
15 changes: 0 additions & 15 deletions Pipfile

This file was deleted.

264 changes: 0 additions & 264 deletions poetry.lock

This file was deleted.

31 changes: 17 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
[tool.poetry]
[project]
name = "fgosccalc"
version = "0.1.0"
description = ""
authors = ["fgophi", "max747"]
description = "Add your description here"
authors = [
{ name = "max747" }
]
dependencies = [
"numpy==1.25.2",
"opencv-contrib-python==4.8.0.76",
"bottle>=0.13.4",
"requests>=2.32.5",
]
readme = "README.md"
requires-python = ">= 3.10"

[tool.poetry.dependencies]
python = "^3.13"
bottle = "^0.12.23"
requests = "^2.28.0"
opencv-contrib-python = "^4.12.0.88"

[tool.poetry.group.dev.dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.rye]
managed = true
virtual = true
dev-dependencies = []
24 changes: 24 additions & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# generated by rye
# use `rye lock` or `rye sync` to update this lockfile
#
# last locked with the following flags:
# pre: false
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false

bottle==0.13.4
certifi==2026.1.4
# via requests
charset-normalizer==3.4.4
# via requests
idna==3.11
# via requests
numpy==1.25.2
# via opencv-contrib-python
opencv-contrib-python==4.8.0.76
requests==2.32.5
urllib3==2.6.3
# via requests
32 changes: 24 additions & 8 deletions requirements-docker.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
bottle==0.12.23
certifi==2022.12.7; python_version >= "3.7" and python_version < "4"
charset-normalizer==3.0.1; python_version >= "3.7" and python_version < "4"
idna==3.4; python_version >= "3.7" and python_version < "4"
numpy==1.21.1; python_version >= "3.7"
opencv-contrib-python==4.5.3.56; python_version >= "3.6"
requests==2.28.2; python_version >= "3.7" and python_version < "4"
urllib3==1.26.14; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
# generated by rye
# use `rye lock` or `rye sync` to update this lockfile
#
# last locked with the following flags:
# pre: false
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false

bottle==0.13.4
certifi==2026.1.4
# via requests
charset-normalizer==3.4.4
# via requests
idna==3.11
# via requests
numpy==1.25.2
# via opencv-contrib-python
opencv-contrib-python==4.8.0.76
requests==2.32.5
urllib3==2.6.3
# via requests
24 changes: 24 additions & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# generated by rye
# use `rye lock` or `rye sync` to update this lockfile
#
# last locked with the following flags:
# pre: false
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false

bottle==0.13.4
certifi==2026.1.4
# via requests
charset-normalizer==3.4.4
# via requests
idna==3.11
# via requests
numpy==1.25.2
# via opencv-contrib-python
opencv-contrib-python==4.8.0.76
requests==2.32.5
urllib3==2.6.3
# via requests