90aec37461
- Created .env.example for environment variable configuration. - Added docker-compose.yml for service orchestration. - Implemented frequency response extraction in extract_frequency_response.py and convert_to_frequency_db.py. - Generated output files: frequency_response_detailed.json, frequency_response_points.json, frequency_response.csv, and frequency_response_curve.png. - Included sample measurement data for FiiO FA19 in CSV format.
10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
fastapi==0.104.1
|
|
sqlalchemy==2.0.23
|
|
pymysql==1.1.1
|
|
cryptography==41.0.7
|
|
pydantic==2.5.2
|
|
uvicorn==0.24.0
|
|
python-dotenv==1.0.0
|
|
requests==2.31.0
|
|
python-multipart==0.0.6
|