[ci] add again prod deps to requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
CHANGED
@@ -1,2 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
sphinx
|
2 |
sphinx-autodoc-typehints
|
|
|
1 |
+
aws-lambda-powertools
|
2 |
+
awslambdaric
|
3 |
+
bson
|
4 |
+
geopandas
|
5 |
+
jmespath
|
6 |
+
numpy
|
7 |
+
onnxruntime
|
8 |
+
opencv-python-headless
|
9 |
+
pillow
|
10 |
+
pydantic>=2.0.3
|
11 |
+
python-dotenv
|
12 |
+
rasterio
|
13 |
+
requests
|
14 |
sphinx
|
15 |
sphinx-autodoc-typehints
|