cnp3 / ipmininet

Mininet extension to make experimenting with IP networks easy
GNU General Public License v2.0
65 stars 51 forks source link

Pin mininet/... version #39

Closed oliviertilmans closed 5 years ago

oliviertilmans commented 5 years ago

The current setup.py script lists dependencies, but not their version.

It would make sense to explicitly pin the version used by ipmininet to ensure that future updates don't break things...

Out of all the dependencies, I think we should:

Is mininet even on pypi at all? If not, we can add in the setup script how to install the particular version we require (so that issuing 'setup.py install' is the one-liner to get ipmininet running)