Skip to content

Commit 67a63a0

Browse files
authored
Merge pull request #64 from tokual/remove-pandas-dependency
Remove pandas as a dependency
2 parents 12cb4b7 + 7bb2c82 commit 67a63a0

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.ruff.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ select = [
4646
"W", # pycodestyle warnings
4747
"C4", # flake8-comprehensions
4848
"EM", # flake8-errmsg
49-
"PD", # pandas-vet
5049
"PL", # Pylint
5150
"UP", # pyupgrade - auto-upgrade syntax for current version of Python
5251
"ANN", # flake8-annotations

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dependencies = [
1717
'atlassian-python-api',
1818
'jmespath',
1919
'markdownify',
20-
'pandas',
2120
'pydantic-settings',
2221
'pyyaml',
2322
'questionary',

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
atlassian-python-api
22
jmespath
33
markdownify
4-
pandas
54
pydantic-settings
65
pyyaml
76
questionary

0 commit comments

Comments
 (0)