-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
77 lines (76 loc) · 1.55 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
name: django
channels:
- anaconda
- conda-forge
- defaults
dependencies:
- aioconsole=0.5.1
- anyio=3.6.2
- asgiref=3.4.1
- bzip2=1.0.8
- ca-certificates=2022.12.7
- certifi=2022.12.7
- django=3.2.5
- djangorestframework=3.14.0
- h11=0.14.0
- h2=4.1.0
- hpack=4.0.0
- httpcore=0.16.3
- httpx=0.23.3
- hyperframe=6.0.1
- idna=3.4
- libffi=3.4.2
- libpq=12.9
- openssl=1.1.1s
- pip=21.2.4
- psycopg2=2.8.6
- pyasn1=0.4.8
- pycryptodome=3.16.0
- python=3.10.4
- python-telegram-bot=20.0
- python_abi=3.10
- pytz=2022.1
- redis=3.5.3
- rfc3986=1.5.0
- rsa=4.9
- setuptools=61.2.0
- sniffio=1.3.0
- sqlite=3.38.5
- sqlparse=0.4.1
- tk=8.6.12
- typing_extensions=4.1.1
- tzdata=2022a
- ucrt=10.0.22621.0
- vc=14.2
- vs2015_runtime=14.32.31332
- websockets=10.4
- wheel=0.37.1
- wincertstore=0.2
- xz=5.2.5
- zlib=1.2.12
- pip:
- aiogram==2.24
- aiohttp==3.8.3
- aiosignal==1.3.1
- asttokens==2.2.1
- async-timeout==4.0.2
- asyncio==3.4.3
- attrs==22.2.0
- babel==2.9.1
- beartype==0.12.0
- charset-normalizer==2.1.1
- colorama==0.4.6
- fast-bitrix24==1.5.15
- frozenlist==1.3.3
- icontract==2.6.2
- magic-filter==1.0.9
- more-itertools==9.0.0
- multidict==6.0.4
- multidimensional-urlencode==0.0.4
- pytelegrambotapi==4.9.0
- requests==2.28.2
- six==1.16.0
- tqdm==4.64.1
- urllib3==1.26.14
- yarl==1.8.2
prefix: C:\ProgramData\Anaconda3\envs\django