We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779ef31 commit bd39112Copy full SHA for bd39112
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "gino-starlette"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "An extension for GINO to integrate with Starlette"
5
license = "BSD-3-Clause"
6
authors = ["Tony Wang <wwwjfy@gmail.com>"]
@@ -21,8 +21,6 @@ classifiers = [
21
"Programming Language :: Python :: 3.8",
22
]
23
24
-include = ["examples/**/*", "tests/**/*"]
25
-
26
[tool.poetry.dependencies]
27
python = "^3.6"
28
starlette = "^0.13.0"
0 commit comments