Skip to content

Commit

Permalink
add a requirements.txt and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Feb 22, 2024
1 parent 6ad6c31 commit cb09152
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions wheel/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
The `chia_rs` wheel contains python bindings for code from the `chia` crate.

To run the tests:
```
cd wheel
python3 -m venv venv
pip install -r requirements
maturin develop
cd ..
pytest tests
```
7 changes: 7 additions & 0 deletions wheel/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
chia_rs @ file:///var/folders/w1/q9rlcnps12l0vj4l4ch0krwc0000gn/T/.tmpjfJVCH/chia_rs-0.5.2-cp312-cp312-macosx_11_0_arm64.whl#sha256=87f12f2b5ab21018a01cd416a415e0310994411b0780292c76ead83f8f50feb4
iniconfig==2.0.0
maturin==1.4.0
chia-blockchain==2.1.4
packaging==23.2
pluggy==1.4.0
pytest==8.0.1

0 comments on commit cb09152

Please sign in to comment.