Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
add dependencies that we used to get transitively through pylons
Browse files Browse the repository at this point in the history
  • Loading branch information
rafrombrc committed Apr 27, 2011
1 parent 389c22d commit 7b887a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -39,7 +39,10 @@
author_email='linkdrop@googlegroups.com', author_email='linkdrop@googlegroups.com',
url='http://f1.mozillamessaging.com/', url='http://f1.mozillamessaging.com/',
install_requires=[ install_requires=[
"PasteScript>=1.6.3",
"beaker",
"services", "services",
"decorator",
"docutils", "docutils",
"nose", "nose",
"coverage", "coverage",
Expand All @@ -51,7 +54,6 @@
"python-memcached", "python-memcached",
"linkoauth", "linkoauth",
], ],
setup_requires=["PasteScript>=1.6.3"],
packages=find_packages(exclude=['ez_setup']), packages=find_packages(exclude=['ez_setup']),
include_package_data=True, include_package_data=True,
test_suite='nose.collector', test_suite='nose.collector',
Expand Down

0 comments on commit 7b887a2

Please sign in to comment.