Compare commits
No commits in common. "bb2c3aa357a9f729db2e048f19aa38089eb7a915" and "fb87445cbd8f59e18704f9099406cc63b4dd50d6" have entirely different histories.
bb2c3aa357
...
fb87445cbd
6
mypy.ini
6
mypy.ini
@ -25,9 +25,3 @@ follow_imports = skip
|
|||||||
|
|
||||||
[mypy-django.*]
|
[mypy-django.*]
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
|
||||||
[mypy-a2wsgi]
|
|
||||||
ignore_missing_imports = True
|
|
||||||
|
|
||||||
[mypy-asgiref.*]
|
|
||||||
ignore_missing_imports = True
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "pyserve"
|
name = "pyserve"
|
||||||
version = "0.9.1"
|
version = "0.9.0"
|
||||||
description = "Simple HTTP Web server written in Python"
|
description = "Simple HTTP Web server written in Python"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Илья Глазунов",email = "i.glazunov@sapiens.solutions"}
|
{name = "Илья Глазунов",email = "i.glazunov@sapiens.solutions"}
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
PyServe - HTTP web server written on Python
|
PyServe - HTTP web server written on Python
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.9.0"
|
__version__ = "0.8.0"
|
||||||
__author__ = "Ilya Glazunov"
|
__author__ = "Ilya Glazunov"
|
||||||
|
|
||||||
from .asgi_mount import (
|
from .asgi_mount import (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user