You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2024. It is now read-only.
* Added pip manager support
Added requirements file. Packages hashes are omitted to avoid issue with the newest pip version.
Updated readme file with instruction on how to operate using pip.
cachetools==5.2.1; python_version>="3.7" and python_version < "4.0"
4
+
chardet==5.1.0; python_version>="3.7"
5
+
colorama==0.4.6; sys_platform=="win32" and python_full_version >= "3.7.2" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.7.0" and python_version >= "3.7") and (python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.7.0")
6
+
coverage==7.0.5; python_version>="3.7"
7
+
dill==0.3.6
8
+
distlib==0.3.6; python_version>="3.7"
9
+
exceptiongroup==1.1.0; python_version<"3.11" and python_version >= "3.7"
10
+
filelock==3.9.0; python_version>="3.7"
11
+
iniconfig==2.0.0; python_version>="3.7"
12
+
isort==5.11.4; python_full_version>="3.7.2"
13
+
lazy-object-proxy==1.9.0; python_version>="3.7" and python_full_version >= "3.7.2"
14
+
mccabe==0.7.0; python_version>="3.6" and python_full_version >= "3.7.2"
15
+
mypy-extensions==0.4.3; python_version>="3.7"
16
+
mypy==0.991; python_version>="3.7"
17
+
packaging==23.0; python_version>="3.7"
18
+
platformdirs==2.6.2; python_version>="3.7" and python_full_version >= "3.7.2"
19
+
pluggy==1.0.0; python_version>="3.7"
20
+
pylint==2.15.10; python_full_version>="3.7.2"
21
+
pyproject-api==1.4.0; python_version>="3.7"
22
+
pytest-cov==4.0.0; python_version>="3.6"
23
+
pytest==7.2.1; python_version>="3.7"
24
+
tomli==2.0.1; python_version<"3.11" and python_version >= "3.7" and python_full_version >= "3.7.2" and python_full_version <= "3.11.0a6"
25
+
tomlkit==0.11.6; python_version>="3.6" and python_full_version >= "3.7.2"
26
+
tox==4.2.8; python_version>="3.7"
27
+
typing-extensions==4.4.0; python_version<"3.10" and python_full_version >= "3.7.2" and python_version >= "3.7"
0 commit comments