File: 38-minimal.yaml

package info (click to toggle)
python-contextily 1.5.2%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 944 kB
  • sloc: python: 1,092; makefile: 41
file content (18 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: test-environment
channels:
  - conda-forge
dependencies:
  - python=3.8
  # required
  - geopy
  - matplotlib
  - mercantile
  - pillow
  - rasterio
  - requests
  - joblib
  - xyzservices
  # testing
  - pip
  - pytest
  - pytest-cov