Browse Source

dev env: re-add "wrapt" to fix pipeline

https://github.com/fphammerle/free-disk/commit/fa3e5f960fb12eb522b325cba291cc1a4e3d3973
https://github.com/fphammerle/free-disk/commit/2ee70331880ecfd09460c2201033cd595146b9fc
https://github.com/fphammerle/free-disk/commit/4ebe0aa97fca1971d37c876169df50073a06ace0
Fabian Peter Hammerle 9 months ago
parent
commit
511a89739d
2 changed files with 6 additions and 2 deletions
  1. 4 0
      Pipfile
  2. 2 2
      Pipfile.lock

+ 4 - 0
Pipfile

@@ -23,6 +23,10 @@ typing-extensions = "*"
 # >     from exceptiongroup import BaseExceptionGroup
 # > ModuleNotFoundError: No module named 'exceptiongroup'
 exceptiongroup = {markers = "python_version < '3.11'"}
+# >   File "[...]/lib/python3.10/site-packages/astroid/decorators.py", line 16, in <module>
+# >     import wrapt
+# > ModuleNotFoundError: No module named 'wrapt'
+wrapt = "*"
 
 [requires]
 python_version = "3"

+ 2 - 2
Pipfile.lock

@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "b4e126927717edbdc2ea49da79cd916288cd162596aec26cd58bd6d5140a6667"
+            "sha256": "bbbd3ab9c04f158ddd862310bf81b148f6b371885d42a346499ee3f8873eb301"
         },
         "pipfile-spec": 6,
         "requires": {
@@ -435,7 +435,7 @@
                 "sha256:fbec11614dba0424ca72f4e8ba3c420dba07b4a7c206c8c8e4e73f2e98f4c559",
                 "sha256:fd69666217b62fa5d7c6aa88e507493a34dec4fa20c5bd925e4bc12fce586639"
             ],
-            "markers": "python_version >= '3.11'",
+            "index": "pypi",
             "version": "==1.15.0"
         },
         "zipp": {