0
0
mirror of https://github.com/ihabunek/toot.git synced 2025-10-21 19:44:16 -04:00

Move requirements files into setup.py

This commit is contained in:
Ivan Habunek
2023-11-18 22:16:37 +01:00
parent e9daaf6000
commit 4cd83daf4b
5 changed files with 19 additions and 22 deletions

View File

@@ -41,7 +41,24 @@ setup(
"tomlkit>=0.10.0,<1.0"
],
extras_require={
"richtext": ['urwidgets>=0.1,<0.2'],
# Required to display rich text in the TUI
"richtext": [
"urwidgets>=0.1,<0.2"
],
"dev": [
"coverage",
"pyyaml",
"twine",
"wheel",
],
"test": [
"flake8",
"psycopg2-binary",
"pytest",
"pytest-xdist[psutil]",
"setuptools",
"vermin",
],
},
entry_points={
'console_scripts': [