UUDigitalHumanitieslab / AnnCor-scripts

A place for all the AnnCor scripts
MIT License
0 stars 0 forks source link

Clean-up #9

Closed oktaal closed 7 years ago

oktaal commented 7 years ago

convert, Tree and InjectableFile seem to be somewhat useless at the moment now. They might be removed.

oktaal commented 7 years ago

(Ok InjectableFile might become useful when #8 is implemented)

oktaal commented 7 years ago

Use pip-compile from pip-tools to clean up the requirements. Maybe look into how the dev specific requirements (linter) can be retained as well.

jgonggrijp commented 7 years ago

You can use two requirements.in files, one for strict dependencies and one for dev-only dependencies. Or you can just throw all dependencies into a single requirements.in and accept a little bit of overhead in production.