Skip to content

Commit

Permalink
Merge pull request #10 from syphar/psycopg-optional
Browse files Browse the repository at this point in the history
add psycopg2 as optional dependencies to support pipx without inject
  • Loading branch information
mixxorz authored Sep 17, 2022
2 parents 94eec17 + 5ed10cb commit 8827bbb
Show file tree
Hide file tree
Showing 3 changed files with 522 additions and 101 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ Here's the raw data:

```
pip install DSLR psycopg2 # or psycopg2-binary
pip install DSLR[psycopg2] # or psycopg2-binary, pipx is also supported
````
```

Additionally, the DSLR `export` and `import` snapshot commands require `pg_dump`
and `pg_restore` to be present in your `PATH`.
Expand Down
Loading

0 comments on commit 8827bbb

Please sign in to comment.