darpa-sail-on / sail-on-client

Client and Protcols for DARPA Sail On.
https://darpa-sail-on.github.io/sail-on-client/index.html
Other
2 stars 0 forks source link

Add dependencies present in requirements.txt to setup.py #102

Closed as6520 closed 3 years ago

as6520 commented 3 years ago

This PR adds the dependencies present in requirements.txt back in setup.py. Originally this was removed because requirements.txt had absolute requirements rather than absolute requirements. This was changed in #85, thus we can add dependencies present in requirements.txt back into setup.py without running into version conflicts. Closes #28 since a warning isn't required anymore.

cfunk1210 commented 3 years ago

NVM, It breaks the install.

as6520 commented 3 years ago

Defering to post eval since it is not critical.

as6520 commented 3 years ago

Closing since we are transitioning to poetry. Thus this is not relevant.