I think we'll want to revisit this later to establish a constraint and lock file system like we've done for Open ONI and how that functions similar to Gemfile and Gemfile.lock for our Ruby repos. Could you please make an issue about this?
Originally posted by @techgique in #250 (comment)
Currently dependencies are specified by a requirements.txt file and installed by pip install -r requirements.txt. One complication is that we are now using our own fork of omeka_s_tools and you need to run a special command to get the latest Github commits.
I think we'll want to revisit this later to establish a constraint and lock file system like we've done for Open ONI and how that functions similar to
GemfileandGemfile.lockfor our Ruby repos. Could you please make an issue about this?Originally posted by @techgique in #250 (comment)
Currently dependencies are specified by a requirements.txt file and installed by
pip install -r requirements.txt. One complication is that we are now using our own fork ofomeka_s_toolsand you need to run a special command to get the latest Github commits.