We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0d452 commit 1c27ebdCopy full SHA for 1c27ebd
1 file changed
pyproject.toml
@@ -11,11 +11,8 @@ requires-python = ">=3.10"
11
license = {text = "Apache-2.0"}
12
authors = [{name = "Jeremy Howard", email = "github@jhoward.fastmail.fm"}]
13
keywords = ['nbdev']
14
-classifiers = [
15
- "Programming Language :: Python :: 3",
16
- "Programming Language :: Python :: 3 :: Only",
17
-]
18
-dependencies = []
+classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only" ]
+dependencies = [ "asyncpg", "fastcore" ]
19
20
[project.urls]
21
Repository = "https://github.com/AnswerDotAI/fastasyncpg"
0 commit comments