| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump dependencies for 3.9 to work without build tools | Rapptz | 2020-11-21 | 1 | -1/+1 |
| | | | | | Fix #5984, #5970 | ||||
| * | Rewrite gateway to use aiohttp instead of websockets | Rapptz | 2020-07-25 | 1 | -1/+0 |
| | | |||||
| * | Change websockets version to >=6.0, !=7 | Stefano Pigozzi | 2019-12-04 | 1 | -1/+1 |
| | | | | | 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. | ||||
| * | Update requirements.txt for future updatefeature/ext-tasks | Taewan-P | 2019-11-19 | 1 | -2/+2 |
| | | |||||
| * | Drop websockets version due to issues. | Rapptz | 2019-03-20 | 1 | -1/+1 |
| | | |||||
| * | Bump websockets version to 7.0 | Rapptz | 2019-03-08 | 1 | -1/+1 |
| | | | | | Should be fine. Hopefully. Fix #1787 | ||||
| * | Bump aiohttp requirement and fix AsyncWebhookAdapter | Bryan Forbes | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | Bump aiohttp contraint to <3.5.0 | Toby Harradine | 2018-09-06 | 1 | -1/+1 |
| | | | | | | 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 | ||||
| * | Bump websockets to 6.0 for 3.7 compatibility. | Rapptz | 2018-07-20 | 1 | -1/+1 |
| | | |||||
| * | Drop support for Python 3.4 and make minimum version 3.5.2. | Rapptz | 2018-06-10 | 1 | -2/+2 |
| | | |||||
| * | Downgrade websockets due to bugs. | Rapptz | 2018-04-09 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
| * | Fix websockets 4.0 support | BeatButton | 2018-02-12 | 1 | -1/+1 |
| | | |||||
| * | Bump requirements to aiohttp 2.2 and PyNaCl 1.1.2 | Rapptz | 2017-07-01 | 1 | -1/+1 |
| | | |||||
| * | Upgrade aiohttp requirement to 2.0. | Rapptz | 2017-03-23 | 1 | -1/+1 |
| | | | | | | 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. | ||||
| * | Upgrade requirements to stable aiohttp. | Rapptz | 2016-09-20 | 1 | -2/+2 |
| | | | | | Also lighten up on websockets requirements. | ||||
| * | Make PyNaCl optional | Hornwitser | 2016-06-28 | 1 | -1/+0 |
| | | |||||
| * | Begin working on gateway v4 support. | Rapptz | 2016-04-27 | 1 | -1/+1 |
| | | | | | | | Bump websockets requirement to v3.1 Should be squashed... | ||||
| * | Add PyNaCl to the list of requirements. | Rapptz | 2016-03-31 | 1 | -0/+1 |
| | | |||||
| * | Change requirements.txt to use version 0.21.x of aiohttp. | Rapptz | 2016-02-19 | 1 | -1/+1 |
| | | |||||
| * | Update README and setuputils related files to point to async version. | Rapptz | 2015-12-04 | 1 | -2/+2 |
| | | |||||
| * | Properly set requirements of ws4py and requests. | Rapptz | 2015-10-18 | 1 | -2/+2 |
| | | |||||
| * | Initial commit | Rapptz | 2015-08-21 | 1 | -0/+2 |