diff --git a/.isort.cfg b/.isort.cfg
index 5cf2203f71ccb398688527867bd52171af457f75..0daf9865b502f5bd7e73b119024c56a995886acb 100644
--- a/.isort.cfg
+++ b/.isort.cfg
@@ -7,4 +7,4 @@ use_parentheses = True
 line_length = 120
 
 default_section=FIRSTPARTY
-known_third_party = editdistance,edlib,pytest,setuptools,termtables
+known_third_party = editdistance,edlib,pandas,pytest,setuptools,termtables
diff --git a/requirements.txt b/requirements.txt
index 70abc00497bf383ee18575ac9aff9c65b6edb5e5..7ae8377e3effb0c3297432bc96f28dff0db8555b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
 editdistance==0.5.3
 edlib==1.3.8.post2
+pandas==1.3.4
 termtables==0.2.3
-pandas==1.3.4
\ No newline at end of file