Skip to content

Commit

Permalink
feat: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Dec 28, 2023
1 parent 112759b commit 8d24f5f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies = [
"ca-lark-webhook>=0.0.3",
"flask-sqlalchemy>=3.1.1",
"flask-cors>=4.0.0",
"pymysql>=1.1.0",
]
requires-python = ">=3.10"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.3
pycryptodome==3.19.1
pymysql==1.1.0
python-dotenv==1.0.0
sniffio==1.3.0
sqlalchemy==2.0.23
Expand Down
1 change: 1 addition & 0 deletions server/app.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import logging
import os

from flask import Flask, session
Expand Down

0 comments on commit 8d24f5f

Please sign in to comment.