Skip to content

Commit

Permalink
Merge pull request #18 from uktrade/dev/remove-unused-requirements-files
Browse files Browse the repository at this point in the history
dev: remove unused requirements files
  • Loading branch information
michalc authored Aug 19, 2023
2 parents 2cebd34 + 6d9deec commit a103e22
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 48 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ with apsw.Connection(key_prefix, vfs=s3vfs.name) as db:
The tests require the dev dependencies and APSW to installed, and MinIO started

```bash
pip install -r requirements-dev.txt
pip install -e ".[dev]"
pip install https://github.com/rogerbinns/apsw/releases/download/3.36.0-r1/apsw-3.36.0-r1.zip --global-option=fetch --global-option=--version --global-option=3.36.0 --global-option=--all --global-option=build --global-option=--enable-all-extensions
./start-minio.sh
```
Expand Down
3 changes: 0 additions & 3 deletions requirements-dev.in

This file was deleted.

44 changes: 0 additions & 44 deletions requirements-dev.txt

This file was deleted.

0 comments on commit a103e22

Please sign in to comment.