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 12725ad commit 4b258f7Copy full SHA for 4b258f7
setup.py
@@ -20,6 +20,7 @@
20
},
21
python_requires='>=3.10',
22
install_requires=[
23
+ 'pytest>=7.0.0',
24
],
25
classifiers=[
26
'Development Status :: 3 - Alpha',
tfsumpy/plan_analyzer.py
@@ -1,6 +1,5 @@
1
import re
2
import json
3
-import yaml
4
import logging
5
import os
6
from typing import Dict, List
0 commit comments