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.
2 parents 12cb4b7 + 7bb2c82 commit 67a63a0Copy full SHA for 67a63a0
3 files changed
.ruff.toml
@@ -46,7 +46,6 @@ select = [
46
"W", # pycodestyle warnings
47
"C4", # flake8-comprehensions
48
"EM", # flake8-errmsg
49
- "PD", # pandas-vet
50
"PL", # Pylint
51
"UP", # pyupgrade - auto-upgrade syntax for current version of Python
52
"ANN", # flake8-annotations
pyproject.toml
@@ -17,7 +17,6 @@ dependencies = [
17
'atlassian-python-api',
18
'jmespath',
19
'markdownify',
20
- 'pandas',
21
'pydantic-settings',
22
'pyyaml',
23
'questionary',
requirements.txt
@@ -1,7 +1,6 @@
1
atlassian-python-api
2
jmespath
3
markdownify
4
-pandas
5
pydantic-settings
6
pyyaml
7
questionary
0 commit comments