master
yumoqing 2024-01-14 11:10:36 +08:00
parent 4207f2c4bb
commit b1f3df862d
1 changed files with 6 additions and 2 deletions

View File

@ -18,6 +18,11 @@ description = "ahserver"
author = "yumoqing"
email = "yumoqing@gmail.com"
required = []
with open('requirements.txt', 'r') as f:
ls = f.read()
required = ls.split('\n')
packages=find_packages()
package_data = {}
@ -32,8 +37,7 @@ setup(
author=author,
author_email=email,
install_requires=[
],
install_requires=required,
packages=packages,
package_data=package_data,
keywords = [