Giving up. Requirements are now in setup.py in install_requires.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-07-02 11:30:57 +00:00
parent 52688f57db
commit ecbdfbaf3a
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ greater.""",
scripts=['versioneer.py'],
test_suite='gnupg.test.test_gnupg',
install_requires=reqs,
install_requires=['psutil>=0.5.1'],
dependency_links=deps,
extras_require={'docs': ["Sphinx>=1.1", "repoze.sphinx"]},