Skip to content

Commit 7775031

Browse files
author
Richard Kuo (Onyx)
committed
fix reorder import check, fix missing passlib
1 parent 0129323 commit 7775031

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pr-python-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Check import order with reorder-python-imports
4545
run: |
4646
cd backend
47-
find ./danswer -name "*.py" | xargs reorder-python-imports --py311-plus
47+
find ./onyx -name "*.py" | xargs reorder-python-imports --py311-plus
4848
4949
- name: Check code formatting with Black
5050
run: |

backend/requirements/default.txt

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Office365-REST-Python-Client==2.5.9
5050
oauthlib==3.2.2
5151
openai==1.66.3
5252
openpyxl==3.1.2
53+
passlib==1.7.4
5354
playwright==1.41.2
5455
psutil==5.9.5
5556
psycopg2-binary==2.9.9

0 commit comments

Comments
 (0)