chore: Added tzdata to deps
pytest / acls (push) Failing after 31s
Worker Clippy check / clippy_check (push) Successful in 38s
Build Docker images / worker-amd64 (push) Successful in 53s
Build Docker images / static-amd64 (push) Successful in 57s
Build Docker images / django-amd64 (push) Successful in 2m15s
Build Docker images / worker-arm64 (push) Has been cancelled
Build Docker images / django-arm64 (push) Has been cancelled
Build Docker images / static-arm64 (push) Has been cancelled

Signed-off-by: prettysunflower <me@prettysunflower.moe>
This commit is contained in:
2026-04-22 17:15:30 -04:00
parent e0bdcb5990
commit d520bf914b
4 changed files with 21 additions and 5 deletions
+7 -5
View File
@@ -7,11 +7,6 @@
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
<jdbc-url>jdbc:sqlite:$PROJECT_DIR$/db.sqlite3</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
<libraries>
<library>
<url>file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.43.0/org/xerial/sqlite-jdbc/3.43.0.0/sqlite-jdbc-3.43.0.0.jar</url>
</library>
</libraries>
</data-source>
<data-source source="LOCAL" name="Django default" uuid="e61fd68b-4d90-4b06-89a6-d54890b094a6">
<driver-ref>sqlite.xerial</driver-ref>
@@ -22,5 +17,12 @@
<jdbc-url>jdbc:sqlite:$PROJECT_DIR$/db.sqlite3</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="kakigoori@100.110.40.2" uuid="1a1701bf-4412-4b18-bba0-b5fc854f52a0">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://100.110.40.2:5432/kakigoori</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="db-forest-configuration">
<data version="2">.
----------------------------------------
1:0:d4f4c993-c2b6-4406-85ea-233301abec3d
2:0:e61fd68b-4d90-4b06-89a6-d54890b094a6
3:0:1a1701bf-4412-4b18-bba0-b5fc854f52a0
.</data>
</component>
</project>
+1
View File
@@ -15,6 +15,7 @@ dependencies = [
"pillow==12.2.0",
"psycopg[binary,pool]>=3.2.12",
"requests<3",
"tzdata>=2026.1",
]
[dependency-groups]
Generated
+2
View File
@@ -311,6 +311,7 @@ dependencies = [
{ name = "pillow" },
{ name = "psycopg", extra = ["binary", "pool"] },
{ name = "requests" },
{ name = "tzdata" },
]
[package.dev-dependencies]
@@ -345,6 +346,7 @@ requires-dist = [
{ name = "pillow", specifier = "==12.2.0" },
{ name = "psycopg", extras = ["binary", "pool"], specifier = ">=3.2.12" },
{ name = "requests", specifier = "<3" },
{ name = "tzdata", specifier = ">=2026.1" },
]
[package.metadata.requires-dev]