aletrn commited on
Commit
5cf9e4f
·
1 Parent(s): 2b50a97

[doc] add Pipfile.lock, move dependencies to dev section

Browse files
Files changed (2) hide show
  1. Pipfile +5 -5
  2. Pipfile.lock +0 -0
Pipfile CHANGED
@@ -4,11 +4,16 @@ verify_ssl = true
4
  name = "pypi"
5
 
6
  [packages]
 
 
 
 
7
  aws-lambda-powertools = "*"
8
  awslambdaric = "*"
9
  bson = "*"
10
  geopandas = "*"
11
  jmespath = "*"
 
12
  numpy = "*"
13
  onnxruntime = "*"
14
  opencv-python-headless = "*"
@@ -17,11 +22,6 @@ pydantic = ">=2.0.3"
17
  python-dotenv = "*"
18
  rasterio = "*"
19
  requests = "*"
20
- sphinx = "*"
21
- sphinx-autodoc-typehints = "*"
22
-
23
- [dev-packages]
24
- matplotlib = "*"
25
  pytest = "*"
26
  pytest-cov = "*"
27
 
 
4
  name = "pypi"
5
 
6
  [packages]
7
+ sphinx = "*"
8
+ sphinx-autodoc-typehints = "*"
9
+
10
+ [dev-packages]
11
  aws-lambda-powertools = "*"
12
  awslambdaric = "*"
13
  bson = "*"
14
  geopandas = "*"
15
  jmespath = "*"
16
+ matplotlib = "*"
17
  numpy = "*"
18
  onnxruntime = "*"
19
  opencv-python-headless = "*"
 
22
  python-dotenv = "*"
23
  rasterio = "*"
24
  requests = "*"
 
 
 
 
 
25
  pytest = "*"
26
  pytest-cov = "*"
27
 
Pipfile.lock ADDED
The diff for this file is too large to render. See raw diff