pubs/tests/requirements.txt
Fabien Benureau e5b898c5c2 Cache implemented
The implementation is designed to be robust to filesystems having integers
or nanosecond stat time.

Added a requirements.txt file for the tests:
`pip install -r tests/requirements.txt` to install the necessary packages
to run the tests.

Fix #13, Fix #14
2016-01-23 02:03:02 +01:00

5 lines
139 B
Plaintext

# those are the additional packages required to run the tests
six
-e git+http://github.com/humm/pyfakefs@feat/float_mtime#egg=pyfakefs
ddt