Skip to content

Commit e0645c6

Browse files
authored
Merge pull request #28 from eadwinCode/last_py36_deps_fix
starlette dependencies fix
2 parents f087475 + 4bf557b commit e0645c6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ellar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Ellar - Python ASGI web framework for building fast, efficient and scalable RESTAPIs and server-side application."""
22

3-
__version__ = "0.1.6"
3+
__version__ = "0.1.8"

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ dependencies = [
5050
"typer >=0.6.1,<0.7.0",
5151
# exclude 0.11.2 and 0.11.3 due to https://github.com/sdispater/tomlkit/issues/225
5252
"tomlkit >=0.11.1,<1.0.0,!=0.11.2,!=0.11.3",
53+
"requests >= 2.24.0; python_version < '3.7'",
54+
"httpx >= 0.22.0; python_version >= '3.7'",
5355
]
5456

5557
[project.scripts]

0 commit comments

Comments
 (0)