optimized imports

This commit is contained in:
2022-12-02 15:32:08 +01:00
parent ba300eecee
commit 0b91729a40
2 changed files with 3 additions and 7 deletions

View File

@@ -1,19 +1,13 @@
import json
import requests
import os
import sys
import time
from os.path import expanduser
from AuthToken import AuthToken
import click
from rich import print
from rich.panel import Panel
from rich.text import Text
import pyperclip
try:
import gnureadline as readline
except ImportError:
import readline
import readline
# get a suggestion using github copilot
def get_suggestion(prompt, token):

View File

@@ -13,6 +13,8 @@ setup(
install_requires=[
'requests',
'click',
'rich',
'pyperclip',
],
entry_points='''
[console_scripts]