- Make `python setup.py test work`. remove test/requirements.txt. fix #154 - Detect if no connection is present, and skip tests if not. stop-gap measure for issue #147
16 lines
260 B
Plaintext
16 lines
260 B
Plaintext
-e .
|
|
pyyaml
|
|
bibtexparser>=1.0
|
|
python-dateutil
|
|
requests
|
|
configobj
|
|
beautifulsoup4
|
|
feedparser
|
|
six
|
|
|
|
# those are the additional packages required to run the tests
|
|
pyfakefs
|
|
ddt
|
|
mock
|
|
pytest # optional (python setup.py test works without it), but possible nonetheless
|