Skip to content

Conversation

jviotti
Copy link
Member

@jviotti jviotti commented Jul 20, 2022

The standard practice for tracking dependencies on Python projects is to
declare the dependencies and the expected versions on a
requirements.txt file that is read by pip.

Right now, we request people to manually install the latest version of
xml2rfc. After this commit, we properly track xml2rfc on
requirements.txt and tweak the documentation a bit to show users how
to install it from there instead.

Signed-off-by: Juan Cruz Viotti jv@jviotti.com

@jviotti
Copy link
Member Author

jviotti commented Jul 20, 2022

A bonus addition as part of the CI-revival work. To make sure we all (including CI) run on the same version of xml2rfc.

The standard practice for tracking dependencies on Python projects is to declare the dependencies and the expected versions on a `requirements.txt` file that is read by `pip`. Right now, we request people to manually install the latest version of `xml2rfc`. After this commit, we properly track `xml2rfc` on `requirements.txt` and tweak the documentation a bit to show users how to install it from there instead. Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
@Julian Julian merged commit 6eec582 into json-schema-org:main Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants