Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use asyncio-dgram from PyPi again #63

Merged
merged 1 commit into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
327 changes: 0 additions & 327 deletions asyncio_dgram_local.py

This file was deleted.

4 changes: 1 addition & 3 deletions juicebox_mitm.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
import logging
import time

# Temporary until asyncio_dgram release is updated to include reuse_port attribute in bind
# import asyncio_dgram
import asyncio_dgram_local as asyncio_dgram
import asyncio_dgram
from const import (
ERROR_LOOKBACK_MIN,
MAX_ERROR_COUNT,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dnspython >= 2.0.0
pyyaml
telnetlib3
aiorun
asyncio-dgram
asyncio-dgram >= 2.2.0