Files @ b7ec26b3df1b
Branch filter:

Location: kallithea/dev_requirements.txt

Mads Kiilerich
cache-keys: fix printing of unicode repo names - don't crash

LANG=C paster cache-keys my.ini --show
would crash with UnicodeEncodeError in print. That was a real problem when
running from crontab.
1
2
3
4
5
6
7
pytest>=2.7.0,<3.0
pytest-runner
pytest-sugar>=0.7.0,<1.0.0
pytest-catchlog
webtest==1.4.3
mock
sphinx