UCLA-IRL / ndn-python-repo

An NDN Repo implementation in Python
Apache License 2.0
16 stars 13 forks source link

Unnecessary dependency on Flask? #20

Closed Pesa closed 4 years ago

Pesa commented 4 years ago

Flask seems to be used only in obsolete/control_center/, which is... unused? Unless you plan to resurrect it in the very near future, I'd suggest to drop the Flask dependency and the move the control_center dir outside the package dir, so that it doesn't get installed onto users' systems.

JonnyKong commented 4 years ago

https://github.com/JonnyKong/ndn-python-repo/commit/6065a8d80b6f42dcc7d009d460b1109d88a412c8: moved the entire obsolete/ outside the package dir.