mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
add missing dependency, fixing #3
This commit is contained in:
parent
82c85f0402
commit
0bf4559c3c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ setup(
|
|||
name = 'nvchecker',
|
||||
version = nvchecker.__version__,
|
||||
packages = find_packages(),
|
||||
install_requires = ['tornado'],
|
||||
install_requires = ['tornado', 'setuptools'],
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
'nvchecker = nvchecker.main:main',
|
||||
|
|
Loading…
Add table
Reference in a new issue