1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ru OctoPrint-1.3.8-orig/setup.py OctoPrint-1.3.8/setup.py
--- OctoPrint-1.3.8-orig/setup.py 2018-06-20 18:15:15.134173657 +0300
+++ OctoPrint-1.3.8/setup.py 2018-06-20 18:23:01.361656368 +0300
@@ -42,7 +42,7 @@
"semantic_version>=2.4.2,<2.5",
"psutil==5.4.3", # 5.4.4 introduced a breaking change concerning installing under non current
# setuptools versions. Pinning to 5.4.3 for now to work around this.
- "Click>=6.2,<6.3",
+ "Click>=6.2,<6.8",
"awesome-slugify>=1.6.5,<1.7",
"feedparser>=5.2.1,<5.3",
"chainmap>=1.0.2,<1.1",
|