Skip to content

Commit

Permalink
dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikaze committed Oct 31, 2022
1 parent 9e6808d commit f462339
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip
setuptools
setuptools_rust
wheel

6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ setup_requires = pyscaffold>=3.2a0,<3.3a0
# Add here dependencies of your project (semicolon/line-separated), e.g.
install_requires =
alembic==1.7.5
asyncpg==0.25.0
asyncpg==0.27.0
databases[postgresql]==0.5.5
fastapi<0.72.0
fastapi-pagination==0.9.1
fastapi-users[sqlalchemy]==9.2.2
orjson==3.6.5
orjson==3.8.1
passlib==1.7.4
pydantic==1.9.0
PyJWT==2.3.0
SQLAlchemy==1.4.31
uvicorn[standard]==0.17.0
# uvloop==0.16.0
uvloop==0.17.0
# The usage of test_requires is discouraged, see `Dependency Management` docs
# tests_require = pytest; pytest-cov
# Require a specific Python version, e.g. Python 2.7 or >= 3.4
Expand Down

0 comments on commit f462339

Please sign in to comment.