You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEBUG: Found packages: set()
DEBUG: Found imports:
DEBUG: Getting packages information from Local/PyPI
DEBUG: Writing 0 requirements: to ./requirements.txt
INFO: Successfully saved requirements file in ./requirements.txt
file.py "import" contents:
import os
import sys
import time
import zipfile
import argparse
from selenium import webdriver
from selenium.webdriver import ActionChains
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.common.by import By
from selenium.common.exceptions import TimeoutException
from selenium.common.exceptions import NoSuchElementException
from selenium.webdriver.common.keys import Keys
Not sure why it's not finding anything...
The text was updated successfully, but these errors were encountered:
pipreqs --debug ./file.py --force --savepath ./requirements.txt
produces:file.py
"import" contents:Not sure why it's not finding anything...
The text was updated successfully, but these errors were encountered: