moved update and download functionality to kontor-schema
This commit is contained in:
@@ -8,7 +8,7 @@ long_description = ( here / "README.md").read_text(encoding="utf-8")
|
||||
setup(
|
||||
name='kontor_schema',
|
||||
version='0.1.0',
|
||||
description='Schema for Konotor DB',
|
||||
description='Schema for Kontor DB',
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
author='Thomas Peetz',
|
||||
@@ -18,6 +18,6 @@ setup(
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
],
|
||||
install_requires=["sqlalchemy", "mariadb"],
|
||||
install_requires=["sqlalchemy", "mariadb", "requests", "beautifulsoup4"],
|
||||
packages=find_packages(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user