pip freeze > requirements.txt
pip install -r requirements.txt
-----------------------------------
Render
import psycopg2 모듈 설치 안됨
pip freeze > requirements.txt
pip install -r requirements.txt
-----------------------------------
Render
import psycopg2 모듈 설치 안됨
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.chrome.service import Service
from webdriver_manager.chrome import ChromeDriverManager
Today's Joke You know what's wild? We spend the first year of a child's life teaching them to walk and talk, and the rest of the...