Skip to content

Commit

Permalink
is this what dotcloud is complaining about? we don't know
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Apr 26, 2012
1 parent b22e19a commit 87bcb12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
git+git://github.com/progrium/ginkgo.git#egg=Ginkgo
git+git://github.com/progrium/ginkgo.git#egg=ginkgo
git+git://github.com/progrium/WebSocket-for-Python.git#egg=ws4py-dev
gevent==0.13.6
greenlet==0.3.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@
author_email='jeff.lindsay@twilio.com',
description='',
packages=find_packages(),
install_requires=['Ginkgo', 'ws4py'],
install_requires=['ginkgo', 'ws4py'],
data_files=[],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 87bcb12

Please sign in to comment.