Commit 10d80ab8 by Andy Armstrong Committed by GitHub

Merge pull request #37 from edx/andya/update-requirements

Update pymongo dependency
parents 9ebf54e5 af2abe84
Django >= 1.8, < 1.9 Django >= 1.8, < 1.9
pymongo==2.4.1 pymongo>=2.7.2,<4.0.0
pytz pytz
...@@ -11,7 +11,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) ...@@ -11,7 +11,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup( setup(
name='event-tracking', name='event-tracking',
version='0.2.1', version='0.2.2',
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
license='AGPLv3 License', license='AGPLv3 License',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment