Skip to content

Commit

Permalink
making asyncinotify optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jun 22, 2024
1 parent 7721d24 commit d1d9b0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adsbcot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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

__version__ = "8.0.0-beta2"
__version__ = "8.0.0-beta3"

# COMPAT Python 3.6 test/build work-around:
try:
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ install_requires =
aircot >= 1.2.0
pytak >= 5.4.0
aiohttp < 4.0.0
asyncinotify



[options.extras_require]
with_pymodes = pymodes >= 2.8
with_takproto = takproto >= 2.0.0
with_asyncinotify = asyncinotify
test =
pytest-asyncio
pytest-cov
Expand Down

0 comments on commit d1d9b0c

Please sign in to comment.