omnisealbench / backend /environment.yml
Mark Duppenthaler
cleanup
98847a8
raw
history blame contribute delete
223 Bytes
name: omniseal-benchmark-backend
channels:
- defaults
- conda-forge
dependencies:
- python=3.11
- gunicorn
- flask=3.0.3
- werkzeug=3.0.3
- pandas
- requests
- pip
- pip:
- watchdog
- flask-cors