Skip to content

Commit 74e1d83

Browse files
committed
update pyproject config
1 parent d9d5baa commit 74e1d83

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"fastapi>=0.79.0",
30-
"greenlet>=1.1.2",
3130
"pydantic>=1.9.1",
3231
"simplejson>=3.17.6",
3332
"uvicorn>=0.18.2",
@@ -37,14 +36,14 @@ dependencies = [
3736
all = [
3837
"pytest",
3938
"sphinx",
40-
"SQLAlchemy>=1.4.39",
39+
"SQLAlchemy[asyncio]>=1.4.39",
4140
"tortoise-orm>=0.19.2",
4241
]
4342
docs = [
4443
"sphinx",
4544
]
4645
sqlalchemy = [
47-
"SQLAlchemy>=1.4.39",
46+
"SQLAlchemy[asyncio]>=1.4.39",
4847
]
4948
tests = [
5049
"pytest",
@@ -73,15 +72,14 @@ packages = [
7372

7473
[tool.poetry]
7574
name = "fastapi-jsonapi"
76-
version = "2.0.0"
75+
version = "2.1.0"
7776
description = "FastAPI extension to create REST web api according to JSON:API specification"
7877
authors = [
7978
"Aleksei Nekrasov <nekrasov.aleks@mail.ru>",
8079
"Suren Khorenyan <surenkhorenyan@gmail.com>",
8180
]
8281
license = "MIT"
8382
readme = "README.md"
84-
packages = [{include = "fastapi_jsonapi"}]
8583

8684
[tool.poetry.dependencies]
8785
python = "^3.9"

0 commit comments

Comments
 (0)