File: environment.yml

package info (click to toggle)
universal-pathlib 0.3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,656 kB
  • sloc: python: 20,552; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: upath
channels:
    - defaults
    - conda-forge
dependencies:
    - python==3.10
    - fsspec
    # optional
    - requests
    - s3fs
    - jupyter
    - ipython
    - pytest
    - pylint
    - flake8
    - pyarrow
    - moto
    - pip
    - pip:
      - hadoop-test-cluster
      - gcsfs
      - nox