Skip to content

Commit 2f35360

Browse files
authored
Update setup.py
1 parent 9598bfa commit 2f35360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import setuptools
44

5-
ver = 'v69.1'
5+
ver = 'v69.2'
66

77
with open("README.rst", "r", encoding="utf-8") as fh:
88
long_desc = fh.read()
@@ -22,7 +22,7 @@
2222
requirements = [
2323
"python-decouple",
2424
"telethon",
25-
"opencv-python-headless",
25+
2626
"requests",
2727
]
2828

0 commit comments

Comments
 (0)