We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f03e7 commit 958871bCopy full SHA for 958871b
__pkginfo__.py
@@ -25,7 +25,7 @@
25
import os.path as osp
26
import sys
27
28
-decompiler = "uncompyle6 >= 3.8.0"
+decompiler = "uncompyle6 >= 3.9.2"
29
30
SYS_VERSION = sys.version_info[0:2]
31
if SYS_VERSION <= (3, 2):
requirements.txt
@@ -8,7 +8,7 @@ pygments >= 2.2.0
8
spark_parser
9
tracer >= 0.3.2
10
flake8
11
-uncompyle6 >= 3.7.4
+uncompyle6 >= 3.9.2
12
# Get these from github
13
# pyficache >= 2.1.0, < 2.2.0
14
# xdis >= 4.7.0
0 commit comments