File: toml.patch

package info (click to toggle)
python-jenkinsapi 0.3.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 420 kB
  • sloc: python: 4,241; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,7 +41,6 @@
 dependencies = [
     "pytz>=2014.4",
     "requests>=2.3.0",
-    "six>=1.10.0",
 ]
 
 [tool.setuptools]