Skip to content
Snippets Groups Projects
Unverified Commit 659cf844 authored by Tom Prince's avatar Tom Prince Committed by GitHub
Browse files

Merge pull request #253 from tp-la/deps

Make generating cross-plaform pins easier.
parents 1fc05b95 08e0e64f
No related branches found
No related tags found
No related merge requests found
......@@ -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