Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed Apr 17, 2024
1 parent ad7e246 commit 65ea5c7
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ repository = "https://github.com/HullSeals/HalpyBOT"
[tool.poetry.dependencies]
python = ">=3.8,<3.10"
pydle = {extras = ["sasl"], version = "^1.0.1"}
mysqlclient = "^2.1.1"
numpy = "^1.24.1"
boto3 = "^1.26.84"
aiohttp = "^3.8.3"
gitpython = "^3.1.30"
requests = "^2.28.2"
mysqlclient = "^2.2.4"
numpy = "^1.26.4"
boto3 = "^2.49.0"
aiohttp = "^3.9.5"
gitpython = "^3.1.43"
requests = "^2.31.0"
pyperclip = "^1.8.2"
tqdm = "^4.65.0"
attrs = "^22.2.0"
cattrs = "^22.2.0"
loguru = "^0.6.0"
tqdm = "^4.66.2"
attrs = "^23.2.0 "
cattrs = "^23.2.3 "
loguru = "^0.7.0"
pydantic = {extras = ["dotenv"], version = "^1.10.2"}
sqlalchemy = "^2.0.4"
beautifulsoup4 = "^4.11.1"
lxml = "^4.9.2"
pendulum = "^2.1.2"
sqlalchemy = "^2.0.29"
beautifulsoup4 = "^4.12.3"
lxml = "^5.2.1"
pendulum = "^3.0.0"

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

0 comments on commit 65ea5c7

Please sign in to comment.