Skip to content

Commit

Permalink
Merge pull request #59 from viktoriussuwandi/issue#58
Browse files Browse the repository at this point in the history
Create requirements-dev.txt
  • Loading branch information
agardnerIT authored Jul 23, 2023
2 parents 2894d02 + 8d10133 commit b08a911
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,20 @@ docker buildx build --platform linux/arm64,linux/amd64 --push -t tracepusher:dev
docker buildx build --platform linux/arm64,linux/amd64 --push -t tracepusher:dev -f ./docker/standard/Dockerfile .
```

# Testing

Install Pytest:
# Install Requirement

For Non-Developers
```
pip install -r requirements.txt
```

For Developer
```
pip install -r requirements-dev.txt
```

# Testing

Run the test suite:

```
Expand Down
4 changes: 4 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
requests==2.31.0
pyinstaller==5.13.0
pytest==7.4.0
charset_normalizer<3.0
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
requests==2.31.0
pyinstaller==5.13.0
pytest==7.4.0
charset_normalizer<3.0
charset_normalizer<3.0

0 comments on commit b08a911

Please sign in to comment.