Skip to content

Commit

Permalink
Remove unnecessary requiements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuckley committed Oct 11, 2023
1 parent d4424b3 commit 9a8c439
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ PyPI.
Using `pip`, you can install the package in development mode by running:

```sh
pip install --editable ".[dev]"
pip install -e .
pip install -r dev-requirements.txt
```

## Testing
Expand Down
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit 9a8c439

Please sign in to comment.