Skip to content

Commit

Permalink
environment: update poetry locks
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold committed Dec 13, 2019
1 parent 5a2e6fc commit e91ea74
Show file tree
Hide file tree
Showing 11 changed files with 2,995 additions and 76 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ var/
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
**/pip-wheel-metadata

# Unit test / coverage reports
htmlcov/
Expand Down
26 changes: 13 additions & 13 deletions dodoo-backup/poetry.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dodoo-backup/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ authors = ["David Arnold <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.7"
# dodoo = "^2.0"
psycopg2-binary = "^2.8"
click = "7.0"
sh = "^1.12" # Soft dependency for dodoo.utils.db namespace

[tool.poetry.dev-dependencies]
# TODO: clone odoo with cache https://github.com/sdispater/poetry/issues/1698
Expand All @@ -19,6 +19,7 @@ click-man = "^0.3.0"
pytest-cov = "^2.8"
pdbpp = "^0.10.2"
pytest-datadir = "^1.3"
# sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev libpq-dev
odoo = {path = "../.odoo"}
dodoo = {path = "../dodoo"}

Expand Down
Loading

0 comments on commit e91ea74

Please sign in to comment.