Skip to content

Commit

Permalink
transcode
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd committed Nov 27, 2024
1 parent 2d20e2d commit 7dfd017
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lambdas/transcode/.python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8
3.11
28 changes: 24 additions & 4 deletions lambdas/transcode/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
attrs==21.2.0
jsonschema==3.2.0
pyrsistent==0.18.0
six==1.16.0
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile
#
attrs==24.2.0
# via
# jsonschema
# referencing
jsonschema==4.23.0
# via t4-lambda-shared
jsonschema-specifications==2024.10.1
# via jsonschema
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
rpds-py==0.21.0
# via
# jsonschema
# referencing
t4-lambda-shared @ https://github.com/quiltdata/quilt/archive/f45d8ab51f2d60e98efda7510322f94d822e4eb4.zip#subdirectory=lambdas/shared
# via t4_lambda_transcode (setup.py)
7 changes: 7 additions & 0 deletions lambdas/transcode/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@
name='t4_lambda_transcode',
version='0.0.1',
py_modules=['index'],
install_requires=[
(
"t4_lambda_shared @ https://github.com/quiltdata/quilt/archive/"
"f45d8ab51f2d60e98efda7510322f94d822e4eb4.zip"
"#subdirectory=lambdas/shared"
),
],
)
3 changes: 3 additions & 0 deletions lambdas/transcode/test-requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-c requirements.txt
pytest ~= 8.0
pytest-cov ~= 6.0
27 changes: 20 additions & 7 deletions lambdas/transcode/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
atomicwrites==1.3.0
more-itertools==6.0.0
pluggy==0.9.0
py==1.10.0
pytest==4.3.0
pytest-cov==2.6.1
pytest-raises==0.10
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile test-requirements.in
#
coverage[toml]==7.6.8
# via pytest-cov
iniconfig==2.0.0
# via pytest
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.3
# via
# -r test-requirements.in
# pytest-cov
pytest-cov==6.0.0
# via -r test-requirements.in

0 comments on commit 7dfd017

Please sign in to comment.