diff --git a/setup.py b/setup.py index f635e05..597547b 100644 --- a/setup.py +++ b/setup.py @@ -40,9 +40,12 @@ def get_version(rel_path): "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", + "Topic :: Database", + "Topic :: Database :: Front-Ends", + "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: User Interfaces", ], keywords=["streamlit", "supabase", "connection", "integration"], python_requires=">=3.8", - install_requires=["streamlit>=1.2", "supabase"], + install_requires=["streamlit", "supabase"], )