From bb84401421185034d04732df7cf5ac361a6e6b30 Mon Sep 17 00:00:00 2001 From: Paco Hope Date: Sun, 4 Dec 2022 11:24:19 -0500 Subject: [PATCH] Updated project file. --- pyproject.toml | 6 ++++++ requirements.txt | 5 +---- setup.cfg | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) 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