aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Bump dependencies for 3.9 to work without build toolsRapptz2020-11-211-1/+1
| | | | Fix #5984, #5970
* Rewrite gateway to use aiohttp instead of websocketsRapptz2020-07-251-1/+0
|
* Change websockets version to >=6.0, !=7Stefano Pigozzi2019-12-041-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-tasksTaewan-P2019-11-191-2/+2
|
* Drop websockets version due to issues.Rapptz2019-03-201-1/+1
|
* Bump websockets version to 7.0Rapptz2019-03-081-1/+1
| | | | Should be fine. Hopefully. Fix #1787
* Bump aiohttp requirement and fix AsyncWebhookAdapterBryan Forbes2019-02-121-1/+1
|
* Bump aiohttp contraint to <3.5.0Toby Harradine2018-09-061-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.Rapptz2018-07-201-1/+1
|
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-2/+2
|
* Downgrade websockets due to bugs.Rapptz2018-04-091-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 supportBeatButton2018-02-121-1/+1
|
* Bump requirements to aiohttp 2.2 and PyNaCl 1.1.2Rapptz2017-07-011-1/+1
|
* Upgrade aiohttp requirement to 2.0.Rapptz2017-03-231-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.Rapptz2016-09-201-2/+2
| | | | Also lighten up on websockets requirements.
* Make PyNaCl optionalHornwitser2016-06-281-1/+0
|
* Begin working on gateway v4 support.Rapptz2016-04-271-1/+1
| | | | | | Bump websockets requirement to v3.1 Should be squashed...
* Add PyNaCl to the list of requirements.Rapptz2016-03-311-0/+1
|
* Change requirements.txt to use version 0.21.x of aiohttp.Rapptz2016-02-191-1/+1
|
* Update README and setuputils related files to point to async version.Rapptz2015-12-041-2/+2
|
* Properly set requirements of ws4py and requests.Rapptz2015-10-181-2/+2
|
* Initial commitRapptz2015-08-211-0/+2