Skip to content

Commit

Permalink
dev configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-aranda committed Aug 14, 2023
1 parent a14006e commit 19767f1
Show file tree
Hide file tree
Showing 6 changed files with 737 additions and 523 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ init:
pip install --upgrade -r requirements/main.txt -r requirements/dev.txt
rm -rf .tox
pip install --upgrade tox
pre-commit install
#pre-commit install

.PHONY: update
update: update-deps init
Expand Down
6 changes: 6 additions & 0 deletions postgres.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export NARRATIVELOG_DB_USER=narrativelog
export NARRATIVELOG_DB_PASSWORD=test
export NARRATIVELOG_DB_HOST=localhost
export NARRATIVELOG_DB_PORT=5432
export NARRATIVELOG_DB_DATABASE=narrativelog
export SITE_ID=test
2 changes: 1 addition & 1 deletion requirements/dev.in
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ click~=8.0
black==22.3.0
coverage[toml]~=6.3
flake8~=4.0
httpx~=0.22
httpx==0.22
mypy==0.950
pre-commit~=2.19
pytest~=7.1
Expand Down
Loading

0 comments on commit 19767f1

Please sign in to comment.