-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

# the version of black is specified also in the stylish.yml github workflow;
# please update the version there in case it is bumped here
black==22.3.0
flake8
pytest<7
pytest-randomly
pytest-timeout
pytest-forked
pytest-cov
polib
pyinotify
simplejson
