Skip to content

Commit

Permalink
requirements.txt: Use coala IGitt remote as dependency
Browse files Browse the repository at this point in the history
The gitmate IGitt repository was bit outdated, and was
using older version of GitHub api requests management.
Since, GitHub updated there api endpoints by depreciating
access token in query params, and recommended to pass
query params in request headers. So, to avoid any future
breaks related to GitHub api, updated coala Gitmate IGitt
repo with updated github token api headers.
  • Loading branch information
KVGarg committed May 13, 2021
1 parent 82716a0 commit 1a25eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git-url-parse
django>2.1,<2.2
django-distill
django-eventtools
git+https://gitlab.com/gitmate/open-source/IGitt.git@1fa5a0a21ea4fb8739d467c06972f748717adbdc
git+https://gitlab.com/coala/gitmate/IGitt.git
requests
git+https://github.com/andrewda/trav.git@ce805d12d3d1db0a51b1aa26bba9cd9ecc0d96b8
python-dateutil
Expand Down

0 comments on commit 1a25eaf

Please sign in to comment.