We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98933c commit 8289f4fCopy full SHA for 8289f4f
1 file changed
tools/ltx2.py
@@ -28,17 +28,15 @@
28
29
import argparse
30
import base64
31
-import json
32
import sys
33
from pathlib import Path
34
from typing import Optional
35
36
try:
37
- import requests
38
from dotenv import load_dotenv
39
except ImportError as e:
40
print(f"Missing dependency: {e}")
41
- print("Install with: pip install requests python-dotenv")
+ print("Install with: pip install python-dotenv")
42
sys.exit(1)
43
44
load_dotenv()
0 commit comments