.env를 crontab에서 인식하지 못하는 문제 수정
This commit is contained in:
16
app/requirements.txt
Normal file
16
app/requirements.txt
Normal file
@ -0,0 +1,16 @@
|
||||
# Standard library modules (자동 포함, 설치 불필요)
|
||||
# os
|
||||
# sys
|
||||
# time
|
||||
# subprocess
|
||||
# tempfile
|
||||
# hashlib
|
||||
# datetime
|
||||
|
||||
# External packages (pip install 필요)
|
||||
Pillow
|
||||
PyMySQL
|
||||
ftputil
|
||||
requests
|
||||
selenium
|
||||
python-dotenv
|
||||
Reference in New Issue
Block a user