Bima Ardhia commited on
Commit
f6b9d15
·
1 Parent(s): 3a60908
Files changed (3) hide show
  1. Pipfile +1 -0
  2. Pipfile.lock +12 -3
  3. requirements.txt +0 -0
Pipfile CHANGED
@@ -16,6 +16,7 @@ langchain-community = "*"
16
  fastapi = "*"
17
  uvicorn = "*"
18
  wikipedia = "*"
 
19
 
20
  [dev-packages]
21
 
 
16
  fastapi = "*"
17
  uvicorn = "*"
18
  wikipedia = "*"
19
+ python-multipart = "*"
20
 
21
  [dev-packages]
22
 
Pipfile.lock CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_meta": {
3
  "hash": {
4
- "sha256": "eaa848142f8c60d99331c920319f50c6987d8c40bd1302c1bd08e3648a00b6d4"
5
  },
6
  "pipfile-spec": 6,
7
  "requires": {
@@ -605,7 +605,7 @@
605
  "sha256:1b2ce6e0b791aee89a1e4f072beba1012247e89baca361eed721fb467fe054b0",
606
  "sha256:b49f0019d7bd0d4ab5972a4cff13994b0aabe72d24242200d904db2fb49df7f7"
607
  ],
608
- "markers": "platform_python_implementation != 'PyPy'",
609
  "version": "==2.19.0"
610
  },
611
  "google-cloud-storage": {
@@ -1368,7 +1368,7 @@
1368
  "sha256:f870204a840a60da0b12273ef34f7051e98c3b5961b61b0c2c1be6dfd64fbcd3",
1369
  "sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f"
1370
  ],
1371
- "markers": "python_version < '3.12'",
1372
  "version": "==1.26.4"
1373
  },
1374
  "openai": {
@@ -1969,6 +1969,15 @@
1969
  "markers": "python_version >= '3.8'",
1970
  "version": "==1.0.1"
1971
  },
 
 
 
 
 
 
 
 
 
1972
  "pytz": {
1973
  "hashes": [
1974
  "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a",
 
1
  {
2
  "_meta": {
3
  "hash": {
4
+ "sha256": "0ec6a63fd6f2cce3479886dd82ae6e7e39e5c54608daee78b88847fda0dcb357"
5
  },
6
  "pipfile-spec": 6,
7
  "requires": {
 
605
  "sha256:1b2ce6e0b791aee89a1e4f072beba1012247e89baca361eed721fb467fe054b0",
606
  "sha256:b49f0019d7bd0d4ab5972a4cff13994b0aabe72d24242200d904db2fb49df7f7"
607
  ],
608
+ "markers": "python_version >= '3.7'",
609
  "version": "==2.19.0"
610
  },
611
  "google-cloud-storage": {
 
1368
  "sha256:f870204a840a60da0b12273ef34f7051e98c3b5961b61b0c2c1be6dfd64fbcd3",
1369
  "sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f"
1370
  ],
1371
+ "markers": "python_version >= '3.9'",
1372
  "version": "==1.26.4"
1373
  },
1374
  "openai": {
 
1969
  "markers": "python_version >= '3.8'",
1970
  "version": "==1.0.1"
1971
  },
1972
+ "python-multipart": {
1973
+ "hashes": [
1974
+ "sha256:15dc4f487e0a9476cc1201261188ee0940165cffc94429b6fc565c4d3045cb5d",
1975
+ "sha256:41330d831cae6e2f22902704ead2826ea038d0419530eadff3ea80175aec5538"
1976
+ ],
1977
+ "index": "pypi",
1978
+ "markers": "python_version >= '3.8'",
1979
+ "version": "==0.0.17"
1980
+ },
1981
  "pytz": {
1982
  "hashes": [
1983
  "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a",
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ