Skip to content

Commit ce4e8f1

Browse files
Upgrade dependencies in requirements.txt
1 parent 4e758cb commit ce4e8f1

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

api_definition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ info:
66
title: Radar REST API
77
description: API for accessing code similarity results from a Radar instance.
88
contact:
9-
name: Aalto LeTech
10-
url: https://github.com/Aalto-LeTech
9+
name: A+ LMS
10+
url: https://apluslms.github.io/
1111
license:
1212
name: MIT
1313
url: https://opensource.org/licenses/MIT

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Django~=2.2
2-
celery==4.1.1
3-
django-bootstrap-form==3.2.1
4-
oauthlib==2.0.1
5-
requests==2.20.0
6-
git+https://github.com/Aalto-LeTech/django-lti-login.git@master#egg=django-lti-login
7-
cachetools==2.0.1
8-
raphendyr-django-essentials~=1.3.0
9-
git+https://github.com/Aalto-LeTech/a-plus-client.git@0862cac947b9c33f133680416ba5749cb7990b26
10-
python-memcached==1.59
11-
git+https://github.com/Aalto-LeTech/[email protected]
1+
Django ~= 2.2.20
2+
celery >= 5.0.5, < 6
3+
django-bootstrap-form >= 3.4, < 4
4+
oauthlib >= 3.1.0, < 4
5+
requests >= 2.25.1, < 3
6+
git+https://github.com/apluslms/django-lti-login.git@3.1.0#egg=django-lti-login
7+
cachetools >= 4.2.1, < 5
8+
raphendyr-django-essentials ~= 1.3.0
9+
git+https://github.com/apluslms/a-plus-client.git@v1.1.0#egg=a_plus_client
10+
python-memcached >= 1.59, < 2
11+
git+https://github.com/apluslms/[email protected]

0 commit comments

Comments
 (0)