Open thomas-bc opened 3 weeks ago
Removes Cheetah3 dependency and adds in the new package name CT3. Same package, different pypi target.
Cheetah3
CT3
pip install fprime-tools installs Cheetah3 even if CT3 is already installed, because pip doesn't recognize them to be the same packages
pip install fprime-tools
$ pip freeze | grep C Cheetah3==3.2.6.post1 CT3==3.3.3.post1
Change Description
Removes
Cheetah3
dependency and adds in the new package nameCT3
. Same package, different pypi target.pip install fprime-tools
installs Cheetah3 even if CT3 is already installed, because pip doesn't recognize them to be the same packages