Skip to content

Commit a317e67

Browse files
committed
Merge branch 'deploy-fix' into paralapraca
2 parents 86b4ae0 + e8904b5 commit a317e67

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"angular-scroll": "^1.0.0",
3838
"angular-click-outside": "^2.10.1",
3939
"bluebird": "^3.4.7",
40-
"html2canvas": "^0.4.1",
41-
"jspdf": "^1.3.2",
40+
"html2canvas": "0.4.1",
41+
"jspdf": "1.3.2",
4242
"angular-filter": "^0.5.14"
4343
},
4444
"resolutions": {

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ pandas==0.20.3
2323
requests~=2.18 # for communication with the rocketchat API
2424

2525
# django-cards dependencies
26-
django-taggit~=0.22
27-
django-taggit-serializer~=0.1
28-
drf-writable-nested~=0.3
26+
django-taggit==0.22
27+
django-taggit-serializer==0.1
28+
drf-writable-nested==0.3
2929

3030
# django-filter==0.7
3131
django-filter==0.10.0

requirements/paralapraca.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
-e git+https://github.com/hacklabr/paralapraca#egg=paralapraca
3-
-e git+https://github.com/hacklabr/django-discussion#egg=django-discussion
3+
-e git+https://github.com/hacklabr/django-discussion@paralapraca#egg=django-discussion
44
-e git+https://github.com/hacklabr/django-cards#egg=django-cards

0 commit comments

Comments
 (0)