Skip to content

Commit

Permalink
build(python): pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ncs-pl committed Aug 8, 2022
1 parent 33c4f88 commit ebc16f0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
wheel
matplotlib>=3.5.1
git+https://github.com/Rapptz/discord.py@master
filetype>=1.0.12
aiohttp>=3.8.1
pytz>=2022.1
beautifulsoup4>=4.11.1
tomli>=2.0.1
pydantic>=1.9.1
matplotlib~=3.5.2
discord.py~=1.7.3
filetype~=1.1.0
# discord-py depends on aiohttp<3.8.0
aiohttp~=3.7.4
pytz~=2022.1
beautifulsoup4~=4.11.1
tomli~=2.0.1
pydantic~=1.9.1

0 comments on commit ebc16f0

Please sign in to comment.