Rapptz
624b5b7643
Use fallback audioop package for Python v3.13 or higher
Fix #9477
7 months ago
Rapptz
d53877f2cb
Remove async_timeout requirement
It was causing some dependency issues
11 months ago
Imayhaveborkedit
c7edfc7c16
Future proof usage of async_timeout
1 year ago
Waylander
23065db804
Update minimum aiohttp dependency
3 years ago
Rapptz
4edfcd165d
Version bump aiohttp and PyNaCl
Fixes #7614
3 years ago
Rapptz
7f3737fcc2
Bump dependencies for 3.9 to work without build tools
Fix #5984 , #5970
4 years ago
Rapptz
b8154e365f
Rewrite gateway to use aiohttp instead of websockets
5 years ago
Stefano Pigozzi
6065cee7a0
Change websockets version to >=6.0, !=7
Allow the usage of newer websockets versions, as the bug preventing the upgrade was fixed in websockets 8.0, while allowing the install of discord.py on Python 3.5.
5 years ago
Taewan-P
5517a42ee3
Update requirements.txt for future update
6 years ago
Rapptz
5fe1ab279a
Drop websockets version due to issues.
6 years ago
Rapptz
e87ca143d3
Bump websockets version to 7.0
Should be fine. Hopefully. Fix #1787
6 years ago
Bryan Forbes
e2478b17c9
Bump aiohttp requirement and fix AsyncWebhookAdapter
6 years ago
Toby Harradine
5131acd675
Bump aiohttp contraint to <3.5.0
New version contains many bugfixes, a couple new features and seemingly no breaking changes (for this lib's purposes at least).
Relevant changes: https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst#340-2018-08-25
7 years ago
Rapptz
34ece4d1df
Bump websockets to 6.0 for 3.7 compatibility.
7 years ago
Rapptz
f25091efe1
Drop support for Python 3.4 and make minimum version 3.5.2.
7 years ago
Rapptz
e04629999b
Downgrade websockets due to bugs.
https://github.com/aaugustin/websockets/issues/350 keeps causing too
many issues for too many people for this version to be used by the
public users of this library.
7 years ago
BeatButton
9d3d8e0f0a
Fix websockets 4.0 support
7 years ago
Rapptz
da6ced72c9
Bump requirements to aiohttp 2.2 and PyNaCl 1.1.2
8 years ago
Rapptz
959c60543d
Upgrade aiohttp requirement to 2.0.
Apparently this doesn't cause any issues with the existing code as-is.
I suspect the real issue will be with people's third party code.
8 years ago
Rapptz
09e77e548a
Upgrade requirements to stable aiohttp.
Also lighten up on websockets requirements.
9 years ago
Hornwitser
e1f8bdc440
Make PyNaCl optional
9 years ago
Rapptz
1c623ccf11
Begin working on gateway v4 support.
Bump websockets requirement to v3.1
Should be squashed...
9 years ago
Rapptz
10cb16a450
Add PyNaCl to the list of requirements.
9 years ago
Rapptz
49427ce065
Change requirements.txt to use version 0.21.x of aiohttp.
9 years ago
Rapptz
0489fcb481
Update README and setuputils related files to point to async version.
9 years ago
Rapptz
7ff2cd008f
Properly set requirements of ws4py and requests.
10 years ago
Rapptz
3e0f09d32c
Initial commit
10 years ago