summaryrefslogtreecommitdiff
path: root/astroid/__pkginfo__.py
diff options
context:
space:
mode:
authorCeridwen <ceridwenv@gmail.com>2015-08-26 10:50:45 -0400
committerCeridwen <ceridwenv@gmail.com>2015-08-26 10:50:45 -0400
commita9c8aae9c8df9de91433399be43615add7e9017c (patch)
tree430dac69552c4d22c3cb1036fde6094aba446205 /astroid/__pkginfo__.py
parentf92f92753427a48f726d5459ff1b41d9435e3c7f (diff)
downloadastroid-a9c8aae9c8df9de91433399be43615add7e9017c.tar.gz
Add wrapt to pkginfo
Diffstat (limited to 'astroid/__pkginfo__.py')
-rw-r--r--astroid/__pkginfo__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index 3488712..0e9e840 100644
--- a/astroid/__pkginfo__.py
+++ b/astroid/__pkginfo__.py
@@ -23,7 +23,7 @@ modname = 'astroid'
numversion = (1, 3, 6)
version = '.'.join([str(num) for num in numversion])
-install_requires = ['six', 'lazy_object_proxy']
+install_requires = ['six', 'lazy_object_proxy', 'wrapt']
license = 'LGPL'