From b302b50ef420790ff57959bf64ddef66125d1e95 Mon Sep 17 00:00:00 2001 From: poka Date: Wed, 30 Jun 2021 03:44:23 +0200 Subject: [PATCH] Set gql 2.0 --- jaklis.py | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/jaklis.py b/jaklis.py index 2c07e67..f88044f 100755 --- a/jaklis.py +++ b/jaklis.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.9 +#!/usr/bin/env python3.7 import argparse, sys, os, getpass, string, random from os.path import join, dirname diff --git a/requirements.txt b/requirements.txt index d248144..30dd79a 100755 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,6 @@ pybase64 duniterpy==0.58.1 termcolor python-dotenv -gql==3.0.0a5 +#gql==3.0.0a5 +gql==2.0 requests