This website works better with JavaScript
Home
Explore
Help
Register
Sign In
vatger
/
aman-sys
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
add the REST-API dependencies
Sven Czarnian
3 years ago
parent
7452eb595d
commit
2d3384f0aa
1 changed files
with
2 additions
and
1 deletions
Unified View
Show Diff Stats
2
1
setup.py
+ 2
- 1
setup.py
View File
@@ -97,6 +97,7 @@ setup(
'protobuf',
'protobuf',
'pyzmq',
'pyzmq',
'scipy',
'scipy',
- 'setuptools'
+ 'setuptools',
+ 'flask'
]
]
)
)