We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7721d24 commit d1d9b0cCopy full SHA for d1d9b0c
adsbcot/__init__.py
@@ -18,7 +18,7 @@
18
19
"""ADS-B to TAK Gateway."""
20
21
-__version__ = "8.0.0-beta2"
+__version__ = "8.0.0-beta3"
22
23
# COMPAT Python 3.6 test/build work-around:
24
try:
setup.cfg
@@ -79,12 +79,12 @@ install_requires =
79
aircot >= 1.2.0
80
pytak >= 5.4.0
81
aiohttp < 4.0.0
82
- asyncinotify
83
-
+
84
85
[options.extras_require]
86
with_pymodes = pymodes >= 2.8
87
with_takproto = takproto >= 2.0.0
+with_asyncinotify = asyncinotify
88
test =
89
pytest-asyncio
90
pytest-cov
0 commit comments