Skip to content
Snippets Groups Projects
Commit 08e0e64f authored by Tom Prince's avatar Tom Prince
Browse files

Include colorama as a dependency for pip-compile.

parent 2b6d79b8
No related branches found
No related tags found
1 merge request!253Make generating cross-plaform pins easier.
......@@ -49,6 +49,13 @@ install_requires =
treq
pyutil
prometheus-client
# Include colorama as a dependency to help pip-compile deal with multiple
# platforms. In particular, tqdm depends on colorama only on Windows. By
# including it here, pip-compile will generate hashes (and install it) on
# all platforms. colorama and pywin32 are our only depdencies that are only
# required on some platforms; we can't include pywin32 here as it does not
# install cross-platform.
colorama
[options.extras_require]
test = coverage; fixtures; testtools; hypothesis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment