diff --git a/setup.py b/setup.py index 4bcd025..9170c15 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,8 @@ "pytest>=8.1.1", "sortedcontainers>=2.4.0", "owlready2>=0.40", - "JPype1>=1.5.0"], + "JPype1>=1.5.0", + "tqdm>=4.66.5"], author='Caglar Demir', author_email='caglardemir8@gmail.com', url='https://github.com/dice-group/owlapy',