Skip to content

Commit

Permalink
Updated guesslang and discordpy
Browse files Browse the repository at this point in the history
Using guesslang again.
Guesslang is updated to 2.2.1, including tensorflow.
Discord py is updated to 1.7.3 , it is no longer locket as this is the last
version that will be supported (project is halted).

Note for server admin: Did a clean installation on server and used --no-cache-dir to fix the weird installation error
(bot for guesslang and for tensorflow)
  • Loading branch information
albertopoljak committed Oct 2, 2021
1 parent c40aa66 commit 711d8aa
Show file tree
Hide file tree
Showing 3 changed files with 492 additions and 685 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ python-dotenv = "*"
psutil = "*"
youtube-dl = "*"
python-dateutil = "*"
discord-py = {extras = ["voice"],version = "~=1.5.1"}
aenum = "*"
bs4 = "*"
async-cse = "*"
lxml = "*"
guesslang = "2.0.1"
asyncpraw = "*"
"discord.py" = {extras = ["voice"], version = "*"}

[requires]
python_version = "3.8"
Expand Down
Loading

0 comments on commit 711d8aa

Please sign in to comment.