Update setup2.py

This commit is contained in:
edimusxero 2019-12-17 22:18:34 -05:00 committed by GitHub
parent da49ae76de
commit ed673ba539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ setup(
include_package_data=True,
install_requires=["clint",
"requests",
"cfscrape",
"cloudscraper",
"bs4"
],
entry_points={
@ -64,4 +64,4 @@ setup(
'Topic :: Multimedia :: Graphics'
],
#test_suite='tests',
)
)