Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 6d79309

Browse files
committed
Merge branch 'master' of github.com:SUNET/VCCS, and set version 0.9.3b1
Conflicts: setup.py
2 parents 0d67a1f + e9eb717 commit 6d79309

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: setup.py

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@
77
here = os.path.abspath(os.path.dirname(__file__))
88
README = open(os.path.join(here, 'README')).read()
99

10-
version = '0.9.2-dev'
10+
version = '0.9.3b1'
1111

1212
install_requires = [
13-
'pyhsm >= 1.0.3',
14-
'ndnkdf >= 0.1',
15-
'py-bcrypt >= 0.3',
16-
'cherrypy >= 3.2.0',
17-
'simplejson >= 2.6.2',
18-
'pyserial >= 2.6',
19-
'pymongo >= 2.4.2',
13+
'pyhsm>=1.0.3',
14+
'ndnkdf>=0.1',
15+
'py-bcrypt>=0.3',
16+
'cherrypy>=3.2.0',
17+
'simplejson>=2.6.2',
18+
'pyserial>=2.6',
19+
'pymongo>=2.8,<3',
2020
]
2121

2222
testing_extras = [
2323
'nose==1.2.1',
2424
'coverage==3.6',
25-
'py-bcrypt == 0.4',
25+
'py-bcrypt==0.4',
2626
]
2727

2828
setup(name='vccs_auth',

0 commit comments

Comments
 (0)