We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 898096f + e4f2f36 commit f34a386Copy full SHA for f34a386
2 files changed
cla-backend/requirements.txt
@@ -31,8 +31,9 @@ py==1.10.0
31
pyasn1==0.4.8
32
pydocusign==2.2
33
PyGithub==1.55
34
-PyJWT[crypto]==2.11.0
35
pyparsing==2.4.5
+PyJWT==2.11.0
36
+cryptography==41.0.7
37
python-dateutil==2.8.1
38
requests==2.31.0
39
requests-oauthlib==1.2.0
cla-backend/serverless.yml
@@ -41,6 +41,13 @@ custom:
41
app: cla.routes.__hug_wsgi__
42
pythonBin: python
43
pythonRequirements: false
44
+ pythonRequirements:
45
+ dockerizePip: true
46
+ dockerImage: public.ecr.aws/sam/build-python3.11:latest
47
+ slim: false
48
+ strip: false
49
+ useDownloadCache: true
50
+ useStaticCache: true
51
# Config for serverless-prune-plugin - remove all but the 10 most recent
52
# versions to avoid the "Code storage limit exceeded" error
53
prune:
0 commit comments