Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
dev-requirements3.txt 212 B
# Optional requirements used by test cases
## pycurl (Latest released version does not work with Python 3)
git+git://github.com/pycurl-devs/pycurl

# For testing
nose
webtest
coverage

# For dev
sphinx

pyflakes