Updated project file.
parent
770f477228
commit
bb84401421
|
@ -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"
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
build
|
||||
Mastodon.py
|
||||
python-dotenv
|
||||
wheel
|
||||
pip
|
||||
python-daemon
|
||||
toml
|
||||
toml
|
||||
|
|
Loading…
Reference in New Issue