Skip to content

Commit 8d575c8

Browse files
committed
requirements: Make requirements less strict
Bump some packages versions and otherwise expand their scope, hopefully allowing us to build an RPM package in copr. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 7096d46 commit 8d575c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
click>=6.0,<7.0
22
requests>2.0,<3.0
3-
tabulate>=0.7,<0.8
4-
arrow>=0.10,<0.11
3+
tabulate>=0.8
4+
arrow>=0.10

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mock==2.0.0
2-
pytest==3.6.1
2+
pytest>3.6,<4.0

0 commit comments

Comments
 (0)