removed dependency
This commit is contained in:
10
setup.py
10
setup.py
@@ -6,14 +6,14 @@ with open('requirements.txt') as f:
|
||||
|
||||
setup(
|
||||
name='latentblending',
|
||||
version='0.2',
|
||||
version='0.3',
|
||||
url='https://github.com/lunarring/latentblending',
|
||||
description='Butter-smooth video transitions',
|
||||
long_description=open('README.md').read(),
|
||||
install_requires=required,
|
||||
dependency_links=[
|
||||
'git+https://github.com/lunarring/lunar_tools#egg=lunar_tools'
|
||||
],
|
||||
install_requires=[
|
||||
'lunar_tools @ git+https://github.com/lunarring/lunar_tools.git#egg=lunar_tools'
|
||||
] + required,
|
||||
include_package_data=False,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user