Navigation Menu

Skip to content

Commit

Permalink
Use django-xmlrpc 0.1.5 for Python 3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Apr 29, 2013
1 parent b777dd7 commit d3a23be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -37,7 +37,7 @@
install_requires=['beautifulsoup4>=4.1',
'django-mptt>=0.5.1,<0.6',
'django-tagging>=0.3.1',
'django-xmlrpc>=0.1.3',
'django-xmlrpc>=0.1.5',
'pyparsing>=1.5.5,<2.0',
'pytz']
)
2 changes: 1 addition & 1 deletion versions.cfg
Expand Up @@ -9,7 +9,7 @@ django = 1.5.1
pyparsing = 1.5.6
beautifulsoup4 = 4.1.3
django-mptt = 0.5.5
django-xmlrpc = 0.1.4
django-xmlrpc = 0.1.5
django-tagging = 0.3.1

# Zinnia additional
Expand Down

0 comments on commit d3a23be

Please sign in to comment.