Skip to content

Commit

Permalink
Merge 5f8ac4a into db7f0af
Browse files Browse the repository at this point in the history
  • Loading branch information
harlowja committed Apr 20, 2015
2 parents db7f0af + 5f8ac4a commit 4b6215e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 263 deletions.
2 changes: 1 addition & 1 deletion funcsigs/__init__.py
Expand Up @@ -13,7 +13,7 @@
try:
from collections import OrderedDict
except ImportError:
from funcsigs.odict import OrderedDict
from ordereddict import OrderedDict

from funcsigs.version import __version__

Expand Down
261 changes: 0 additions & 261 deletions funcsigs/odict.py

This file was deleted.

1 change: 1 addition & 0 deletions requirements/production.txt
@@ -0,0 +1 @@
ordereddict
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@ def load_rst(filename='docs/source/guide_content.rst'):
long_description=open('README.rst').read(),
# long_description=load_rst(),
license="ASL",
install_requires = [],
install_requires = ['ordereddict'],
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 4b6215e

Please sign in to comment.