coala / community

Generic re-usable community site
https://coala-community.netlify.app
GNU Affero General Public License v3.0
19 stars 45 forks source link

requirements.txt: Use coala IGitt remote as dependency #298

Closed KVGarg closed 3 years ago

KVGarg commented 3 years ago

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.

KVGarg commented 3 years ago

@abhishalya Updated requirements file to use coala gitmate repository