From 9527f0b05945871190e1592086e1d48e134dbaa5 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Sat, 4 Jul 2020 22:12:11 +0800 Subject: Add or edit site --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 91a284d..c2aecc9 100644 --- a/setup.py +++ b/setup.py @@ -13,10 +13,11 @@ except FileExistsError: with open("README.md", "r") as f: long_description = f.read() + f.close() setuptools.setup( name="utab", # Replace with your own username - version="0.1.0", + version="0.2.0", author="Frederick Yin", author_email="fkfd@macaw.me", description="Web browser new tab dashboard HTTP daemon", @@ -24,6 +25,7 @@ setuptools.setup( long_description_content_type="text/markdown", url="https://git.sr.ht/~fkfd/utab", packages=setuptools.find_packages(), + install_requires=["flask>=1.1.2", "beautifulsoup4>=4.3.2", "requests>=2.1.0"], classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: BSD License", -- cgit v1.2.3