Skip to content

Commit

Permalink
Updated core version requirement for py3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Lai committed Dec 5, 2019
1 parent d40f407 commit 5b117f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def run(self):
namespace_packages = ['ait'],
include_package_data = True,

install_requires = ['ait-core>=1.4.0'],
install_requires = ['ait-core>=2.0rc1.dev0'],
extras_require = {
'docs': [
'Sphinx==1.7.2',
Expand Down

0 comments on commit 5b117f3

Please sign in to comment.