refactor and rewrite for asyncio
This commit is contained in:
@@ -10,7 +10,8 @@ Description-Content-Type: text/markdown
|
||||
Requires-Dist: websockets>=13.2
|
||||
Requires-Dist: mattermostdriver>=7.3.0
|
||||
Requires-Dist: PyYAML>=6.0
|
||||
Requires-Dist: fastapi>=0.95.0
|
||||
Requires-Dist: aiohttp>=3.8
|
||||
Requires-Dist: Jinja2>=3.1.0
|
||||
Provides-Extra: dev
|
||||
Requires-Dist: pytest>=7.0; extra == "dev"
|
||||
Requires-Dist: pytest-cov>=4.0; extra == "dev"
|
||||
|
||||
@@ -4,7 +4,9 @@ hbd/__init__.py
|
||||
hbd/cli.py
|
||||
hbd/config.py
|
||||
hbd/dns.py
|
||||
hbd/hbdclass.py
|
||||
hbd/http.py
|
||||
hbd/monitor.py
|
||||
hbd/notify.py
|
||||
hbd/proto.py
|
||||
hbd/server.py
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
websockets>=13.2
|
||||
mattermostdriver>=7.3.0
|
||||
PyYAML>=6.0
|
||||
fastapi>=0.95.0
|
||||
aiohttp>=3.8
|
||||
Jinja2>=3.1.0
|
||||
|
||||
[dev]
|
||||
pytest>=7.0
|
||||
|
||||
Reference in New Issue
Block a user