commit | 391f5d85e893eb186c32f24904a3c790c704c1b1 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Tue Oct 02 16:34:41 2018 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Tue Oct 02 20:34:26 2018 -0700 |
tree | 1eba7ca2078bc345fb8c87fa6899783410577ff8 | |
parent | c237f887e1185191e1436d0e82d270d1f409acff [diff] [blame] |
Switch from pattern.en to inflect Change-Id: Ice314b136b9f7fe58ca978885f43ce346d337f3e
diff --git a/lib/xos-genx/setup.py b/lib/xos-genx/setup.py index 109af47..c97ba52 100644 --- a/lib/xos-genx/setup.py +++ b/lib/xos-genx/setup.py
@@ -35,7 +35,7 @@ include_package_data=True, # TODO add all deps to the install_requires section install_requires=[ - 'pattern>=2.6', + 'inflect>=1.0.1', 'astunparse>=1.5.0' ] )