This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
vatger
/
aman-sys
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
add the REST-API dependencies
Sven Czarnian
3 anni fa
parent
7452eb595d
commit
2d3384f0aa
1 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
1
setup.py
+ 2
- 1
setup.py
Vedi File
@@ -97,6 +97,7 @@ setup(
'protobuf',
'pyzmq',
'scipy',
- 'setuptools'
+ 'setuptools',
+ 'flask'
]
)