Skip to content

Commit 7f6fa82

Browse files
committed
chore: update dependencies and minor cleanup
Update package dependencies and lockfile. Add /notes/adrs to .gitignore.
1 parent 6f8f943 commit 7f6fa82

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ docs/Vocab/
2828
test-logs/
2929
apps/ngi-apps/logs/
3030
logs
31+
/notes/adrs

packages/hop3-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.4.0b3"
44
authors = [
55
{name = "Stefane Fermigier", email = "sf@abilian.com"},
66
]
7-
license = {text = "MIT"}
7+
license = "Apache-2.0"
88
requires-python = "<4.0,>=3.10"
99
dependencies = [
1010
# Configuration

packages/hop3-server/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "hop3-server"
33
version = "0.4.0b3"
44
description = "Simple PaaS - Deploy and manage web applications on a single server"
5+
license = "Apache-2.0"
56
authors = [
67
{ name = "Stefane Fermigier", email = "sf@abilian.com" },
78
]
@@ -32,10 +33,10 @@ dependencies = [
3233
"cryptography>=42.0.0",
3334
# ASGI server
3435
"granian[reload]>=2.2.0",
35-
# PostgreSQL
36+
# Database connectors
3637
"psycopg2-binary>=2.9.10",
37-
# MySQL
3838
"mysql-connector-python>=9.0.0",
39+
"redis",
3940
# Config
4041
"pyyaml>=6.0.3",
4142
"python-multipart>=0.0.20",

packages/hop3-testing/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "hop3-testing"
33
version = "0.4.0b3"
44
description = "Testing utilities for Hop3"
55
readme = "README.md"
6+
license = "Apache-2.0"
67
authors = [
78
{ name = "Stefane Fermigier", email = "sf@abilian.com" }
89
]

uv.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)