OpenEnergyPlatform / omi

Repository for the Open Metadata Integration (OMI). For metadata definition see metadata repo:
https://github.com/OpenEnergyPlatform/metadata
GNU Affero General Public License v3.0
7 stars 4 forks source link

Add requirements #16

Closed 4lm closed 4 years ago

4lm commented 4 years ago

Hi @MGlauer,

please review this pull request, it adds install requirements to the repo - thx!

4lm commented 4 years ago

OK, Travis/tox fails at one point:

lists of files in version control and sdist do not match!

will have a look and report back!

4lm commented 4 years ago

Added recursive include of requirements to manifest. All checks passed! @MGlauer, PR is now ready for review. Sorry for the back and forth, next time I will first check if all tests pass and then assign you as reviewer ...

4lm commented 4 years ago

Just realised, requirements.txt is not needed, because of pip install -e .[dev], will close this PR