Skip to content

Commit

Permalink
Update requirements and push version to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dolamroth committed Mar 28, 2023
1 parent 435ea49 commit fce4a03
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = starlette_web
version = 0.0.2
version = 0.1
description = Asynchronous web framework, based on Starlette and inspired by Django
long_description = file: README.md
url = https://github.com/dolamroth/starlette-web
Expand All @@ -26,12 +26,13 @@ install_requires =
python-multipart==0.0.6 # required by starlette dependencies
websockets>=10.4,<10.5
uvicorn>=0.21.1,<0.22
sqlalchemy>=2.0.2,<2.1
sqlalchemy>=2.0.7,<2.1
alembic>=1.9.4,<1.10
Jinja2>=3.1,<3.2
httpx>=0.23,<0.24
httpx>=0.23.3,<0.24
python-dotenv>=0.21,<0.22
traceback-with-variables>=2.0.4,<2.1
aiosmtplib>=2.0.1,<2.1

[options.packages.find]
exclude =
Expand Down Expand Up @@ -61,7 +62,7 @@ postgres =
asyncpg>=0.27,<0.28

redis =
redis>=4.3,<4.4
redis>=4.5.3,<4.6

scheduler =
filelock>=3.9.0,<3.10 # TODO: move to general requirements
Expand Down

0 comments on commit fce4a03

Please sign in to comment.