Skip to content

Commit 7d29352

Browse files
David Stirling0x00b1
andauthored
Pin dependencies (#130)
* Pin dependencies * removed boto Co-authored-by: Allen Goodman <[email protected]>
1 parent ff51a2d commit 7d29352

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
description="Read and write life sciences file formats",
1616
extras_require={
1717
"test": [
18-
"pytest"
18+
"pytest>=3.3.2,<4"
1919
]
2020
},
2121
install_requires=[
22-
"boto3",
23-
"future",
22+
"future>=0.18.2",
2423
"python-javabridge>=4.0.0rc2"
2524
],
2625
license="GPL License",

0 commit comments

Comments
 (0)