Skip to content

Commit

Permalink
fix environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ancientjpeg committed Mar 17, 2024
1 parent f43dcd4 commit daed11b
Showing 1 changed file with 45 additions and 46 deletions.
91 changes: 45 additions & 46 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,50 @@ name: playlistr
channels:
- defaults
dependencies:
- aiohttp=3.9.3=py312h80987f9_0
- aiosignal=1.2.0=pyhd3eb1b0_0
- attrs=23.1.0=py312hca03da5_0
- black=23.11.0=py312hca03da5_0
- brotli-python=1.0.9=py312h313beb8_7
- bzip2=1.0.8=h620ffc9_4
- ca-certificates=2023.12.12=hca03da5_0
- certifi=2024.2.2=py312hca03da5_0
- cffi=1.16.0=py312h80987f9_0
- charset-normalizer=2.0.4=pyhd3eb1b0_0
- click=8.1.7=py312hca03da5_0
- cryptography=41.0.7=py312hd4332d6_0
- debugpy=1.6.7=py312h313beb8_0
- expat=2.5.0=h313beb8_0
- frozenlist=1.4.0=py312h80987f9_0
- idna=3.4=py312hca03da5_0
- iniconfig=1.1.1=pyhd3eb1b0_0
- libcxx=14.0.6=h848a8c0_0
- libffi=3.4.4=hca03da5_0
- multidict=6.0.4=py312h80987f9_0
- mypy_extensions=1.0.0=py312hca03da5_0
- ncurses=6.4=h313beb8_0
- openssl=3.0.13=h1a28f6b_0
- packaging=23.1=py312hca03da5_0
- pathspec=0.10.3=py312hca03da5_0
- pip=23.3.1=py312hca03da5_0
- platformdirs=3.10.0=py312hca03da5_0
- pluggy=1.0.0=py312hca03da5_1
- pycparser=2.21=pyhd3eb1b0_0
- pyjwt=2.4.0=py312hca03da5_0
- pyopenssl=23.2.0=py312hca03da5_0
- pysocks=1.7.1=py312hca03da5_0
- pytest=7.4.0=py312hca03da5_0
- python=3.12.1=h99e199e_0
- readline=8.2=h1a28f6b_0
- requests=2.31.0=py312hca03da5_0
- setuptools=68.2.2=py312hca03da5_0
- sqlite=3.41.2=h80987f9_0
- tk=8.6.12=hb8d0fd4_0
- tzdata=2023d=h04d1e81_0
- urllib3=1.26.18=py312hca03da5_0
- wheel=0.41.2=py312hca03da5_0
- xz=5.4.5=h80987f9_0
- yarl=1.9.3=py312h80987f9_0
- zlib=1.2.13=h5a0b063_0
- aiohttp=3.9.3
- aiosignal=1.2.0
- attrs=23.1.0
- black=23.11.0
- brotli-python=1.0.9
- bzip2=1.0.8
- ca-certificates=2023.12.12
- certifi=2024.2.2
- cffi=1.16.0
- charset-normalizer=2.0.4
- click=8.1.7
- cryptography=41.0.7
- debugpy=1.6.7
- expat=2.5.0
- frozenlist=1.4.0
- idna=3.4
- iniconfig=1.1.1
- libcxx=14.0.6
- libffi=3.4.4
- multidict=6.0.4
- mypy_extensions=1.0.0
- ncurses=6.4
- openssl=3.0.13
- packaging=23.1
- pathspec=0.10.3
- pip=23.3.1
- platformdirs=3.10.0
- pluggy=1.0.0
- pycparser=2.21
- pyjwt=2.4.0
- pyopenssl=23.2.0
- pysocks=1.7.1
- pytest=7.4.0
- python=3.12.1
- readline=8.2
- requests=2.31.0
- setuptools=68.2.2
- sqlite=3.41.2
- tk=8.6.12
- tzdata=2023d
- urllib3=1.26.18
- wheel=0.41.2
- xz=5.4.5
- yarl=1.9.3
- zlib=1.2.13
- pip:
- oauthlib==3.2.2
prefix: /Users/officialnsa/miniconda3/envs/playlistr

0 comments on commit daed11b

Please sign in to comment.