diff --git a/pyproject.toml b/pyproject.toml index da32457..0d7f01a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,12 @@ classifiers = [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", ] +dependencies = [ + "build", + "Mastodon.py", + "python-dotenv", + "toml" +] [project.urls] "Homepage" = "https://git.paco.to/nick/tootapalooza" diff --git a/requirements.txt b/requirements.txt index e8304af..ba704bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,4 @@ build Mastodon.py python-dotenv -wheel -pip -python-daemon -toml \ No newline at end of file +toml diff --git a/setup.cfg b/setup.cfg index 686c1c0..fefcd86 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,4 +3,4 @@ name = tootapalooza version = 1.0 [options] -packages = tootapalooza +packages = tootapalooza \ No newline at end of file