aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-lingua-franca/relax-dep-requirements.patch
blob: 80239b6b63c15c2a9c48d4e15afb47286b94f287 (plain)
1
2
3
4
5
6
7
8
9
10
We can't ship such strict versions of dependencies as other packages will need newer versions

diff --git a/requirements.txt b/requirements.txt
index d431540..1f1bb30 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1 @@
-python-dateutil==2.6.0
\ No newline at end of file
+python-dateutil>=2.6.0<3