Skip to content

Commit

Permalink
Use poetry as a dependency manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Psirex committed Apr 7, 2022
1 parent e5e6a09 commit 51cdbaf
Show file tree
Hide file tree
Showing 5 changed files with 2,047 additions and 9 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ To use the tools that this project provides, please pull the repository from Git
git clone https://github.com/lidofinance/easy-track
cd easy-track
npm install
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements-dev.txt
poetry install
poetry shell
```

Compile the Smart Contracts:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "easytrack",
"name": "easy-track",
"version": "1.0.0",
"repository": "[email protected]:lidofinance/easytrack.git",
"repository": "[email protected]:lidofinance/easy-track.git",
"author": "Bogdan Kovtun <[email protected]>",
"license": "MIT",
"license": "GPL-3.0",
"dependencies": {
"@openzeppelin/contracts": "^4.3.2",
"ethlint": "^1.2.5",
Expand Down
Loading

0 comments on commit 51cdbaf

Please sign in to comment.