diff options
author | Florian Bruhin <git@the-compiler.org> | 2017-09-19 22:18:02 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2017-09-19 22:21:45 +0200 |
commit | 3a5241b642da666e4517a32e0eb945254d86a6da (patch) | |
tree | 6bd07ffd2378ea6dd7013afd61408449f6b11f5c /requirements.txt | |
parent | 72267503634e7c042d52a1c518acc455090538b4 (diff) | |
download | qutebrowser-3a5241b642da666e4517a32e0eb945254d86a6da.tar.gz qutebrowser-3a5241b642da666e4517a32e0eb945254d86a6da.zip |
Start using attrs
Closes #1073
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index b2cc93c1f..6a4739aba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ # This file is automatically generated by scripts/dev/recompile_requirements.py +attrs==17.2.0 colorama==0.3.9 cssutils==1.0.2 Jinja2==2.9.6 |