Use pyproject.toml instead of requirements.txt and fix some broken tests.

This commit is contained in:
Hemang
2025-04-17 07:15:28 +02:00
committed by Hemang Sarkar
parent 6b6f33bde6
commit 5bf121bbda
23 changed files with 99 additions and 81 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ services:
invariant-gateway:
container_name: invariant-gateway
build:
context: ./gateway
dockerfile: ../gateway/Dockerfile.gateway
context: .
dockerfile: Dockerfile.gateway
working_dir: /srv/gateway
env_file:
- .env