Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Feb 6, 2024
1 parent 93038ff commit b83f76f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ virtualenv:
install: env virtualenv
@( \
source $(MYPROJECT_VENV)/bin/activate; \
python -m pip install -r requirements.txt; \
python -m pip install -r requirements.txt -r requirements-dev.txt; \
)
@$(PYTHON_BIN) -m pip install "heliumcli>=1.2.2" "ansible>=2.5"

Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pyngrok
coverage
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
coverage==7.4.1
django==4.2.9
django-pipeline==3.0.0
django-widget-tweaks==1.5.0
Expand All @@ -7,4 +6,3 @@ django-debug-toolbar==4.3.0
mysqlclient==2.2.3
django-redis==5.4.0
pytz==2024.1
pyngrok==7.1.0

0 comments on commit b83f76f

Please sign in to comment.