File: environment.yml

package info (click to toggle)
owslib 0.33.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 10,620 kB
  • sloc: xml: 140,558; python: 24,274; makefile: 15
file content (9 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# conda env create -f environment.yml
name: owslib
channels:
  - conda-forge
  - defaults
dependencies:
  - pip
  - lxml
  - owslib>=0.23