Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Update dependencies [Q2] #1170

Closed
pjenvey opened this issue Apr 4, 2018 · 1 comment
Closed

Update dependencies [Q2] #1170

pjenvey opened this issue Apr 4, 2018 · 1 comment

Comments

@pjenvey
Copy link
Member

pjenvey commented Apr 4, 2018

No description provided.

@pjenvey pjenvey self-assigned this Apr 4, 2018
pjenvey added a commit that referenced this issue Apr 4, 2018
both python and rust side

hold off on a woothee-rust update for now in case the API changes back

Closes #1170
@pjenvey
Copy link
Member Author

pjenvey commented Apr 4, 2018

For reference somewhere, to update deps:

$ make requirements  # upgrade requirements.txt via pip-tools
$ cd autopush_rs  # TODO: put the remaining commands in the Makefile
$ cargo install cargo-edit   # if you don't have it already, provides "cargo upgrade"
$ cargo upgrade  # upgrades Cargo.toml
$ cargo update  # updates Cargo.lock
$ cd ..
$ python setup.py develop  # rebuild autopush_rs
$ nosetests  # ensure it still works..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants