Change env yaml to a complete conda export to prevent breaking changes
This commit is contained in:
parent
f86e7f0a02
commit
c48ca60623
1 changed files with 47 additions and 4 deletions
|
@ -3,8 +3,51 @@ channels:
|
|||
- conda-forge
|
||||
- defaults
|
||||
dependencies:
|
||||
- praw
|
||||
- _libgcc_mutex=0.1=conda_forge
|
||||
- _openmp_mutex=4.5=2_gnu
|
||||
- brotlipy=0.7.0=py310h5764c6d_1005
|
||||
- bzip2=1.0.8=h7f98852_4
|
||||
- ca-certificates=2022.9.24=ha878542_0
|
||||
- certifi=2022.9.24=pyhd8ed1ab_0
|
||||
- cffi=1.15.1=py310h255011f_2
|
||||
- charset-normalizer=2.1.1=pyhd8ed1ab_0
|
||||
- cryptography=38.0.3=py310h600f1e7_0
|
||||
- idna=3.4=pyhd8ed1ab_0
|
||||
- ld_impl_linux-64=2.39=hc81fddc_0
|
||||
- libffi=3.4.2=h7f98852_5
|
||||
- libgcc-ng=12.2.0=h65d4601_19
|
||||
- libgomp=12.2.0=h65d4601_19
|
||||
- libnsl=2.0.0=h7f98852_0
|
||||
- libsqlite=3.39.4=h753d276_0
|
||||
- libuuid=2.32.1=h7f98852_1000
|
||||
- libzlib=1.2.13=h166bdaf_4
|
||||
- ncurses=6.3=h27087fc_1
|
||||
- openssl=3.0.7=h166bdaf_0
|
||||
- pip=22.3.1=pyhd8ed1ab_0
|
||||
- praw=7.6.0=pyhd8ed1ab_0
|
||||
- prawcore=2.3.0=pyhd8ed1ab_0
|
||||
- pycparser=2.21=pyhd8ed1ab_0
|
||||
- pyopenssl=22.1.0=pyhd8ed1ab_0
|
||||
- pysocks=1.7.1=pyha2e5f31_6
|
||||
- python=3.10.6=ha86cf86_0_cpython
|
||||
- python_abi=3.10=2_cp310
|
||||
- readline=8.1.2=h0f457ee_0
|
||||
- requests=2.28.1=pyhd8ed1ab_1
|
||||
- setuptools=65.5.1=pyhd8ed1ab_0
|
||||
- tk=8.6.12=h27826a3_0
|
||||
- tzdata=2022f=h191b570_0
|
||||
- update_checker=0.18.0=pyh9f0ad1d_0
|
||||
- urllib3=1.26.11=pyhd8ed1ab_0
|
||||
- websocket-client=1.4.2=pyhd8ed1ab_0
|
||||
- wheel=0.38.2=pyhd8ed1ab_0
|
||||
- xz=5.2.6=h166bdaf_0
|
||||
- pip:
|
||||
- mastodon-py
|
||||
- python-dotenv
|
||||
- wget
|
||||
- blurhash==1.1.4
|
||||
- decorator==5.1.1
|
||||
- mastodon-py==1.5.2
|
||||
- python-dateutil==2.8.2
|
||||
- python-dotenv==0.21.0
|
||||
- python-magic==0.4.27
|
||||
- pytz==2022.6
|
||||
- six==1.16.0
|
||||
- wget==3.2
|
||||
|
|
Loading…
Reference in a new issue