nonJerry / VeraBot

Bot to verify and manage Memberships.
GNU General Public License v3.0
12 stars 7 forks source link

Change git:// to https:// in requirements.txt #21

Closed RisingFog closed 2 years ago

RisingFog commented 2 years ago

The unencrypted git:// protocol is no longer supported by GitHub, so trying to grab the discord.py requirement will fail and thus prevent VeraBot from being properly installed.

This PR changes the protocol to https:// instead, which is encrypted and officially supported by GitHub.