swh-lister/requirements.txt
Avi Kelman (fiendish) 68d77fd43f Refactor lister code
Streamline production of new listers by aggressively moving core
functionality into progressively inherited (A->B->C) base classes
with the transport layer abstracted.
This should make common individual forge listers straightforward to
produce with minimal customization. Github and Bitbucket listers
can be used as examples of the indexing type.
2017-03-06 12:35:49 +01:00

8 lines
86 B
Text

nose
requests
requests_mock
setuptools
SQLAlchemy
testing.postgresql
xmltodict
celery