-
- Downloads
Updates to requirements.txt.
- Replace docker-py with docker. docker-py is deprecated and from what I can gather no Ansible module currently requires it (unless you're still on Python 2.6). It also conflicted with the docker package required by other packages (like docker-compose) and would make for interesting errors. - Add hashin, yet another package update utility. - Add cookicutter, used it before.
... | @@ -7,13 +7,15 @@ bcrypt | ... | @@ -7,13 +7,15 @@ bcrypt |
black | black | ||
boto | boto | ||
boto3 | boto3 | ||
cookiecutter | |||
cryptography | cryptography | ||
dnspython | dnspython | ||
docker | |||
docker-compose | docker-compose | ||
docker-py | |||
flit | flit | ||
Glances | Glances | ||
gunicorn | gunicorn | ||
hashin | |||
httpbin | httpbin | ||
httpie | httpie | ||
identify | identify | ||
... | ... |
Please register or sign in to comment