8000 chore: Drop `asyncio` from requirements (#709) · arpitjain799/twilio-python@ea3b70e · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit ea3b70e

Browse files
setu4993kridai
andauthored
chore: Drop asyncio from requirements (twilio#709)
Co-authored-by: kridai <kridaigoswami@gmail.com>
1 parent d98fae5 commit ea3b70e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
22
pytz
33
requests>=2.0.0
44
PyJWT>=2.0.0, <3.0.0
5-
asyncio>=3.4.3
65
aiohttp>=3.8.4
76
aiohttp-retry>=2.8.3

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"pytz",
2525
"requests >= 2.0.0",
2626
"PyJWT >= 2.0.0, < 3.0.0",
27-
"asyncio>=3.4.3",
2827
"aiohttp>=3.8.4",
2928
"aiohttp-retry>=2.8.3",
3029
],

0 commit comments

Comments
 (0)
0