Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nareshdevasani authored Dec 29, 2022
1 parent e5c633e commit 4d08b6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

version = '1.2.3'
version = '1.2.5'
shortdesc = "Securing the universe"

setup(
Expand Down Expand Up @@ -28,7 +28,6 @@
install_requires=[
'odict==1.9.0',
'plumber>=1.5,<1.7',
'zope.deferredimport==4.4',
],
test_suite='endor.tests.test_suite',
py_modules=[]
Expand Down

0 comments on commit 4d08b6e

Please sign in to comment.