docs(project): 完善项目说明与实施规划
This commit is contained in:
12
environment.yml
Normal file
12
environment.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: JobRadar
|
||||
channels:
|
||||
- defaults
|
||||
dependencies:
|
||||
- python=3.13
|
||||
- django=6.0.8
|
||||
- pip
|
||||
- pip:
|
||||
# 页面采集和 PostgreSQL 驱动已存在于当前开发环境,先纳入可复现环境定义。
|
||||
- playwright==1.60.0
|
||||
- psycopg2-binary==2.9.12
|
||||
- pillow==12.2.0
|
||||
Reference in New Issue
Block a user