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