Skip to content

Commit

Permalink
Merge pull request #68 from igorkh-fb/pin-all-deps
Browse files Browse the repository at this point in the history
Lock in all transitive dependencies using pip-tools
  • Loading branch information
cblokh authored Nov 21, 2023
2 parents 06d22c7 + f0093a0 commit d6d027c
Show file tree
Hide file tree
Showing 3 changed files with 539 additions and 14 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
update-deps:
pip install --upgrade pip pip-tools
pip-compile -v -o requirements.txt requirements.in

.PHONY: update-deps
19 changes: 19 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
animation==0.0.7
base58==2.1.1
bech32==1.2.0
cbor2==5.4.3
crypto==1.4.1
cryptography~=41.0.0
gql==3.4.0
inquirer==2.9.0
jsonschema[format-nongpl]==4.17.3
jupyter-events==0.6.0
Pillow==9.3.0
py-algorand-sdk==1.8.0
pycryptodome==3.11.0
pytezos==3.7.1
qrcode==7.3.1
solana==0.25.0
stellar_base==1.1.2.0
substrate-interface==1.1.7
termcolor==1.1.0
Loading

0 comments on commit d6d027c

Please sign in to comment.