1 Commits

Author SHA1 Message Date
nathanb 2a7ecf67b5 fixed a few small warnings 2026-05-29 20:07:44 +01:00
2 changed files with 21 additions and 23 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ alembic==1.13.0
python-jose[cryptography]==3.3.0 python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4 passlib[bcrypt]==1.7.4
python-dotenv==1.0.0 python-dotenv==1.0.0
bcrypt==4.1.1 bcrypt==4.0.1
# Payment Integration # Payment Integration
squareup==43.2.0.20251016 squareup==43.2.0.20251016
+1 -3
View File
@@ -1,5 +1,5 @@
services: services:
# mysql: #mysql:
# image: mysql:8.0 # image: mysql:8.0
# container_name: membership_mysql # container_name: membership_mysql
# restart: unless-stopped # restart: unless-stopped
@@ -13,8 +13,6 @@ services:
# - "3306" # - "3306"
# volumes: # volumes:
# - mysql_data:/var/lib/mysql # - mysql_data:/var/lib/mysql
# networks:
# - membership_private
# healthcheck: # healthcheck:
# test: ["CMD", "mysqladmin", "ping", "-h", "localhost"] # test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
# start_period: 10s # start_period: 10s