-r requirements.txt

# Install in editable mode.  Instead of copying the py files, pip will create a .egg-link
# file linking to the checkout directory.  Any changes made to the files will then be
# immediately available.
-e ./build_ext
-e ./syspurpose

nose
nose-capturestderr
nose-randomly
coverage<6
polib
pyinotify
simplejson
mock<4
git+https://github.com/alikins/pyqver.git#egg=pyqver
git+https://github.com/awood/nose-xvfb.git#egg=nose-xvfb
# This version dropped support for Python 2 and <3.6
lxml<5.1.0

packaging<=20
pyparsing<=2.4.5
