23 Commits

Author SHA1 Message Date
Rapptz
4edfcd165d Version bump aiohttp and PyNaCl
Fixes #7614
2022-03-10 06:03:59 -05:00
Rapptz
7f3737fcc2 Bump dependencies for 3.9 to work without build tools
Fix #5984, #5970
2020-11-21 22:59:56 -05:00
Rapptz
b8154e365f Rewrite gateway to use aiohttp instead of websockets 2020-07-25 09:59:38 -04:00
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.
2019-12-04 18:40:39 -05:00
Taewan-P
5517a42ee3 Update requirements.txt for future update 2019-11-19 21:06:29 -05:00
Rapptz
5fe1ab279a Drop websockets version due to issues. 2019-03-20 22:33:20 -04:00
Rapptz
e87ca143d3 Bump websockets version to 7.0
Should be fine. Hopefully. Fix #1787
2019-03-08 20:18:05 -05:00
Bryan Forbes
e2478b17c9 Bump aiohttp requirement and fix AsyncWebhookAdapter 2019-02-12 18:55:19 -06:00
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
2018-09-06 01:28:59 +10:00
Rapptz
34ece4d1df Bump websockets to 6.0 for 3.7 compatibility. 2018-07-20 06:00:12 -04:00
Rapptz
f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 2018-06-10 18:10:00 -04:00
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.
2018-04-09 04:14:12 -04:00
BeatButton
9d3d8e0f0a Fix websockets 4.0 support 2018-02-12 00:20:18 -05:00
Rapptz
da6ced72c9 Bump requirements to aiohttp 2.2 and PyNaCl 1.1.2 2017-07-01 16:56:39 -04:00
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.
2017-03-23 17:47:24 -04:00
Rapptz
09e77e548a Upgrade requirements to stable aiohttp.
Also lighten up on websockets requirements.
2016-09-20 23:08:41 -04:00
Hornwitser
e1f8bdc440 Make PyNaCl optional 2016-06-28 00:58:11 -04:00
Rapptz
1c623ccf11 Begin working on gateway v4 support.
Bump websockets requirement to v3.1

Should be squashed...
2016-04-27 18:36:13 -04:00
Rapptz
10cb16a450 Add PyNaCl to the list of requirements. 2016-03-31 23:18:35 -04:00
Rapptz
49427ce065 Change requirements.txt to use version 0.21.x of aiohttp. 2016-02-19 12:27:24 -05:00
Rapptz
0489fcb481 Update README and setuputils related files to point to async version. 2015-12-04 06:43:04 -05:00
Rapptz
7ff2cd008f Properly set requirements of ws4py and requests. 2015-10-18 23:34:27 -04:00
Rapptz
3e0f09d32c Initial commit 2015-08-21 18:18:34 -04:00