Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit ed2231d

Browse files
author
Toby McLaughlin
committed
Update Python requirements
1 parent 01e991c commit ed2231d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ pristine: clean
6969
docker rmi -f $(IMAGE_TAG)-$(FLAVOR):$(VERSION_TAG); \
7070
)
7171
-docker rmi -f $(IMAGE_TAG):$(VERSION_TAG)
72+
rm -rf venv
7273

7374
# Give us an easy way to start the DEFAULT_IMAGE_FLAVOR
7475
run: run-single

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
docker-compose==1.11.2
1+
docker-compose==1.21.2
22
flake8==3.3.0
33
ipdb
44
jinja2-cli[yaml]==0.6.0
55
jinja2==2.9.5
6-
requests==2.13.0
6+
requests==2.18.4
77
retrying==1.3.3
88
testinfra==1.6.0
99
pytest

0 commit comments

Comments
 (0)