-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
40 lines (35 loc) · 1.93 KB
/
requirements.txt
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
########################################################################################################################
# TODO Requirements Package Dependencies
########################################################################################################################
setuptools
build
########################################################################################################################
# => NOTE dependencies for build script:
########################################################################################################################
python-dotenv>=1.0.0
loguru>=0.7.0
numpy>=1.24.3
requests>=2.31.0
chardet>=5.1.0
tqdm>=4.66.1
Pillow>=9.5.0
opencv-python>=4.7.0.72 # <= DESC | standard packages [standard packages: opencv-python or full packages: opencv-contrib-python]
########################################################################################################################
# => NOTE dependencies for build docs:
########################################################################################################################
pdocs>=1.2.0
# Pygments>=2.15.1
lazydocs>=0.4.8
# pydocstyle>=6.3.0
########################################################################################################################
# => NOTE dependencies whl:
########################################################################################################################
# It is possible to refer to specific local distribution paths [./downloads/numpy-1.9.2-cp34-none-win32.whl] or It is possible to refer to URLs.[http://wxpython.org/wxPython-cp34-none-win_amd64.whl]
########################################################################################################################
# => NOTE dependencies optional:
########################################################################################################################
# gdown
# GitPython
# ffmpeg
# invisible-watermark
-e .