Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazgen005 committed Jun 15, 2024
1 parent 569c2f3 commit 506272e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[project]
name = "discord-virtual-micro"
version = "0.2.0"
version = "0.1.0"
description = "Discord Virtual Microphone is a bot that leverages AI from Silero Models to read out loud any text you type in Discord. This bot can be particularly useful for individuals without access to a physical microphone."
authors = [{ name = "Vazgen", email = "[email protected]" }]
dependencies = [
"soundcard>=0.4.2",
"librosa>=0.10.1",
"discord.py-self @ git+https://github.com/dolfies/discord.py-self.git@9c1047bc1f5ae6a739dd246212d049d601bccfc3#egg=discord-py-self",
"num2words>=0.5.13",
"omegaconf>=2.3.0",
"transliterate>=1.10.2",
"setuptools>=69.1.1",
"torch>=2.2.1",
"torchsde>=0.2.6",
"aiorun>=2023.7.2",
"discord.py-self @ https://github.com/dolfies/discord.py-self/archive/9c1047bc1f5ae6a739dd246212d049d601bccfc3.tar.gz",
]

readme = "README.md"
Expand Down
19 changes: 1 addition & 18 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ aiorun==2023.7.2
# via discord-virtual-micro
aiosignal==1.3.1
# via aiohttp
altgraph==0.17.4
# via pyinstaller
antlr4-python3-runtime==4.9.3
# via omegaconf
async-timeout==4.0.3
Expand All @@ -35,7 +33,7 @@ decorator==5.1.1
# via librosa
discord-protos==0.0.2
# via discord-py-self
discord-py-self @ git+https://github.com/dolfies/discord.py-self.git@9c1047bc1f5ae6a739dd246212d049d601bccfc3
discord-py-self @ https://github.com/dolfies/discord.py-self/archive/9c1047bc1f5ae6a739dd246212d049d601bccfc3.tar.gz
# via discord-virtual-micro
docopt==0.6.2
# via num2words
Expand Down Expand Up @@ -71,8 +69,6 @@ multidict==6.0.5
# via yarl
networkx==3.1
# via torch
nodeenv==1.8.0
# via pyright
num2words==0.5.13
# via discord-virtual-micro
numba==0.58.1
Expand All @@ -89,10 +85,6 @@ omegaconf==2.3.0
# via discord-virtual-micro
packaging==23.2
# via pooch
# via pyinstaller
# via pyinstaller-hooks-contrib
pefile==2023.2.7
# via pyinstaller
platformdirs==4.2.0
# via pooch
pooch==1.8.1
Expand All @@ -101,12 +93,6 @@ protobuf==4.25.3
# via discord-protos
pycparser==2.21
# via cffi
pyinstaller==6.4.0
pyinstaller-hooks-contrib==2024.1
# via pyinstaller
pyright==1.1.360
pywin32-ctypes==0.2.2
# via pyinstaller
pyyaml==6.0.1
# via omegaconf
requests==2.31.0
Expand Down Expand Up @@ -151,6 +137,3 @@ yarl==1.9.4
# via aiohttp
setuptools==69.1.1
# via discord-virtual-micro
# via nodeenv
# via pyinstaller
# via pyinstaller-hooks-contrib
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ decorator==5.1.1
# via librosa
discord-protos==0.0.2
# via discord-py-self
discord-py-self @ git+https://github.com/dolfies/discord.py-self.git@9c1047bc1f5ae6a739dd246212d049d601bccfc3
discord-py-self @ https://github.com/dolfies/discord.py-self/archive/9c1047bc1f5ae6a739dd246212d049d601bccfc3.tar.gz
# via discord-virtual-micro
docopt==0.6.2
# via num2words
Expand Down

0 comments on commit 506272e

Please sign in to comment.