fix: Rollback change that broke test

This commit is contained in:
Baptiste Roux
2023-02-01 03:48:59 +01:00
parent a3824c2671
commit 21be3e40dd
2 changed files with 3 additions and 1 deletions

View File

@@ -2,3 +2,6 @@ from flask import Flask
app = Flask(__name__)
app.url_map.strict_slashes = False
import github
import gitlab

View File

@@ -1 +0,0 @@
git-python==1.0.3