Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
event-tracking
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
event-tracking
Commits
10d80ab8
Commit
10d80ab8
authored
Dec 20, 2016
by
Andy Armstrong
Committed by
GitHub
Dec 20, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #37 from edx/andya/update-requirements
Update pymongo dependency
parents
9ebf54e5
af2abe84
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
requirements.txt
+1
-1
setup.py
+1
-1
No files found.
requirements.txt
View file @
10d80ab8
Django
>= 1.8, < 1.9
pymongo
==2.4.1
pymongo
>=2.7.2,<4.0.0
pytz
setup.py
View file @
10d80ab8
...
...
@@ -11,7 +11,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup
(
name
=
'event-tracking'
,
version
=
'0.2.
1
'
,
version
=
'0.2.
2
'
,
packages
=
find_packages
(),
include_package_data
=
True
,
license
=
'AGPLv3 License'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment