We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0129323 commit 7775031Copy full SHA for 7775031
.github/workflows/pr-python-checks.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Check import order with reorder-python-imports
45
run: |
46
cd backend
47
- find ./danswer -name "*.py" | xargs reorder-python-imports --py311-plus
+ find ./onyx -name "*.py" | xargs reorder-python-imports --py311-plus
48
49
- name: Check code formatting with Black
50
backend/requirements/default.txt
@@ -50,6 +50,7 @@ Office365-REST-Python-Client==2.5.9
oauthlib==3.2.2
51
openai==1.66.3
52
openpyxl==3.1.2
53
+passlib==1.7.4
54
playwright==1.41.2
55
psutil==5.9.5
56
psycopg2-binary==2.9.9
0 commit comments