Skip to content

Commit d1d9b0c

Browse files
committedJun 22, 2024
making asyncinotify optional
1 parent 7721d24 commit d1d9b0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎adsbcot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
"""ADS-B to TAK Gateway."""
2020

21-
__version__ = "8.0.0-beta2"
21+
__version__ = "8.0.0-beta3"
2222

2323
# COMPAT Python 3.6 test/build work-around:
2424
try:

‎setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ install_requires =
7979
aircot >= 1.2.0
8080
pytak >= 5.4.0
8181
aiohttp < 4.0.0
82-
asyncinotify
83-
82+
8483

8584
[options.extras_require]
8685
with_pymodes = pymodes >= 2.8
8786
with_takproto = takproto >= 2.0.0
87+
with_asyncinotify = asyncinotify
8888
test =
8989
pytest-asyncio
9090
pytest-cov

0 commit comments

Comments
 (0)