hoollyzhang commited on
Commit
05aa882
·
1 Parent(s): b81aa68

feat:Add application file

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- python-dotenv>=1.0.0,<2.0.0
2
- openai>=0.27.8,<0.28.0
3
- langchain>=0.0.232,<0.1.0
4
- codeboxapi>=0.0.8,<0.1.0
5
- streamlit>=1.24.1,<1.25.0
6
- pytest>=7.4.0,<8.0.0
7
- mypy>=1.4.1,<2.0.0
8
- black>=23.7.0,<24.0.0
9
- Pillow>=8.0.0,<9.0.0
 
1
+ python-dotenv
2
+ openai
3
+ langchain
4
+ codeboxapi
5
+ streamlit
6
+ pytest
7
+ mypy
8
+ black
9
+ Pillow