Add docker-compose to requirements

#1 - Figure out why packets aren't being forwarded using iptables and pr0xy
This commit is contained in:
2019-07-22 17:46:35 +02:00
parent 31d716beaf
commit fbc94448d0
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.venv

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
docker-compose==1.24.1