File tree 2 files changed +16
-16
lines changed
2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
19
19
python_version : [3.8.10]
20
20
steps :
21
21
- name : Git clone on our repo
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v3
23
23
24
24
- name : Create zip deployment package
25
25
run : zip -r ${{ env.DEPLOY_PACKAGE_NAME }} ./ -x *.git*
26
26
27
27
- name : Configure AWS credentials
28
- uses : aws-actions/configure-aws-credentials@v1
28
+ uses : aws-actions/configure-aws-credentials@v2
29
29
with :
30
30
aws-access-key-id : ${{ secrets.aws_access_key_id }}
31
31
aws-secret-access-key : ${{ secrets.aws_secret_access_key }}
39
39
needs : [build]
40
40
steps :
41
41
- name : Configure AWS credentials
42
- uses : aws-actions/configure-aws-credentials@v1
42
+ uses : aws-actions/configure-aws-credentials@v2
43
43
with :
44
44
aws-access-key-id : ${{ secrets.aws_access_key_id }}
45
45
aws-secret-access-key : ${{ secrets.aws_secret_access_key }}
Original file line number Diff line number Diff line change @@ -8,27 +8,27 @@ requests = "*"
8
8
refextract = {git = " https://github.com/MITLibraries/refextract.git" }
9
9
10
10
[packages ]
11
- django = {version = " ~=2.2.28" }
12
- gunicorn = " *"
13
- gevent = " *"
11
+ boto = " ==2.48.0"
12
+ chardet = " *"
14
13
coverage = " *"
15
- nltk = " *"
16
- tika = " *"
17
- whitenoise = " *"
18
14
dj-database-url = " *"
15
+ django = " ~=2.2.28"
16
+ django-autocomplete-light = " ~=3.3.0"
19
17
django-compressor = " *"
18
+ django-health-check = " *"
20
19
django-libsass = " *"
21
- django-autocomplete-light = " ~=3.3.0"
22
- python-magic = " *"
23
20
django-simple-captcha = " *"
21
+ gensim = " ~=3.5.0"
22
+ gevent = " *"
23
+ gunicorn = " *"
24
+ nltk = " *"
25
+ tika = " *"
24
26
pillow = " *"
27
+ psycopg2 = " ==2.8.6"
25
28
python-docx = " *"
26
- chardet = " *"
27
- django-health-check = " *"
29
+ python-magic = " *"
28
30
raven = " *"
29
- boto = " ==2.48.0"
30
- gensim = " ~=3.5.0"
31
- psycopg2 = " ==2.8.6"
31
+ whitenoise = " *"
32
32
33
33
[requires ]
34
34
python_version = " 3.8"
You can’t perform that action at this time.
0 commit comments