Skip to content

Commit

Permalink
fix: missed package
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Nov 4, 2024
1 parent d7e94d0 commit 83567eb
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 55 deletions.
148 changes: 94 additions & 54 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ flask-wtf = "1.2.1"
flask = "3.0.2"
markupsafe = "2.1.5"
pymysql = "1.1.0"
pyyaml = "6.0.1"
pyyaml = "^6.0.2"
sqlalchemy-utils = "0.41.2"
sqlalchemy-serializer = "1.4.12"
sqlalchemy = "2.0.29"
Expand Down Expand Up @@ -71,6 +71,7 @@ pytelegrambotapi = "4.22.1"
user-agents = "2.2.0"
xtlsapi = "3.1.2"
mysqlclient = "^2.2.5"
bleach = "^6.2.0"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
Expand Down

0 comments on commit 83567eb

Please sign in to comment.