8000 fix: Requirement changes (#727) · Siris4/twilio-python@050020a · GitHub
[go: up one dir, main page]

Skip to content

Commit 050020a

Browse files
fix: Requirement changes (twilio#727)
* fix: Update requirements.txt * fix: removed cython from requirements.txt
1 parent b5e7032 commit 050020a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
cython>=3.0.0
21
pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
32
requests>=2.0.0
43
PyJWT>=2.0.0, <3.0.0
5-
aiohttp>=3.8.4
4+
aiohttp==3.8.4
65
aiohttp-retry>=2.8.3

0 commit comments

Comments
 (0)
0