-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
47 lines (44 loc) · 1.01 KB
/
Pipfile
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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = "==3.8.1"
aioice = "==0.7.5"
aiosignal = "==1.2.0"
async-timeout = "==4.0.2"
asyncio = "==3.4.3"
attrs = "==21.4.0"
av = "==8.1.0"
cffi = "==1.15.0"
charset-normalizer = "==2.0.10"
colorama = "==0.4.4"
cryptography = "==36.0.1"
dnspython = "==2.1.0"
frozenlist = "==1.3.0"
google-crc32c = "==1.3.0"
idna = "==3.3"
itsdangerous = "==2.0.1"
multidict = "==6.0.2"
names = "==0.3.0"
netifaces = "==0.11.0"
numpy = "==1.22.0"
opencv-python = "==4.5.5.62"
prodict = "*"
prompt-toolkit = "==3.0.26"
pycparser = "==2.21"
pyee = "==8.2.2"
pylibsrtp = "==0.7.0"
wcwidth = "==0.2.5"
websocket-client = "==1.2.3"
yarl = "==1.7.2"
aiortc = "*"
video-to-ascii = {ref = "main", git = "https://github.com/collabinator/video-to-ascii.git"}
websockets = "*"
pygments = "*"
nvidia-riva-client = "*"
ipython = "*"
[dev-packages]
pyinstaller = {file = "https://github.com/pyinstaller/pyinstaller/archive/develop.zip"}
[requires]
python_version = "3.8"