Skip to content

Commit

Permalink
Unpin packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Jun 3, 2024
1 parent b0a90ae commit 36a9d8c
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 67 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ verify_ssl = true

[packages]
trueskill = "*"
sqlalchemy = "==1.4.*"
sqlalchemy = "*"
aiomysql = "*"
aio_pika = "*"
aiocron = "*"
prometheus_client = "*"
yoyo-migrations = "*"
pamqp = "==2.3.0"
pamqp = "*"
python-dateutil = "*"

[dev-packages]
pytest = "*"
pytest-asyncio = "==0.12.0"
pytest-asyncio = "*"
pytest-cov = "*"
asynctest = "*"
python-coveralls = "*"
Expand Down
140 changes: 76 additions & 64 deletions Pipfile.lock

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

0 comments on commit 36a9d8c

Please sign in to comment.