Skip to content

Commit 15c05d6

Browse files
committed
update setup.py
1 parent 0fe380c commit 15c05d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
author_email='haimdude@gmail.com',
1010
url='https://github.com/IdanHaim/RavenDB-Python-Client',
1111
license='GNU',
12+
keywords='pyravendb',
1213
install_requires=
1314
[
1415
"pycrypto >= 2.6.1",
1516
"requests >= 2.9.1",
1617
"inflector >= 2.0.11",
17-
"enum >= 1.1.2",
18+
"enum >= 0.4.6",
1819
],
1920
zip_safe=False
2021
)

0 commit comments

Comments
 (0)