mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Add missing dependencies, new release (0.1.1).
This commit is contained in:
parent
11528c9800
commit
c32e966692
1 changed files with 5 additions and 1 deletions
6
setup.py
6
setup.py
|
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='django-ddp',
|
||||
version='0.1.0',
|
||||
version='0.1.1',
|
||||
description=__doc__,
|
||||
long_description=open('README.rst').read(),
|
||||
author='Tyson Clugg',
|
||||
|
|
@ -16,6 +16,10 @@ setup(
|
|||
install_requires=[
|
||||
'Django>=1.7',
|
||||
'psycopg2>=2.5.4',
|
||||
'gevent>=1.0',
|
||||
'gevent-websocket>=0.9',
|
||||
'meteor-ejson>=1.0',
|
||||
'psycogreen>=1.0',
|
||||
],
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue