Skip to content

Commit 1c27ebd

Browse files
committed
dep
1 parent 1c0d452 commit 1c27ebd

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ requires-python = ">=3.10"
1111
license = {text = "Apache-2.0"}
1212
authors = [{name = "Jeremy Howard", email = "github@jhoward.fastmail.fm"}]
1313
keywords = ['nbdev']
14-
classifiers = [
15-
"Programming Language :: Python :: 3",
16-
"Programming Language :: Python :: 3 :: Only",
17-
]
18-
dependencies = []
14+
classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only" ]
15+
dependencies = [ "asyncpg", "fastcore" ]
1916

2017
[project.urls]
2118
Repository = "https://github.com/AnswerDotAI/fastasyncpg"

0 commit comments

Comments
 (0)