Merge pull request #61 from ankicommunity/feature/sync-poetry-lock-requirements
This commit is contained in:
		
						commit
						0de37f04e8
					
				
							
								
								
									
										1342
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1342
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -5,7 +5,7 @@ description = "Self-hosted Anki Sync Server."
 | 
				
			|||||||
authors = ["Vikash Kothary <kothary.vikash@gmail.com>"]
 | 
					authors = ["Vikash Kothary <kothary.vikash@gmail.com>"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[tool.poetry.dependencies]
 | 
					[tool.poetry.dependencies]
 | 
				
			||||||
python = "^3.7"
 | 
					python = "^3.8"
 | 
				
			||||||
anki = "^2.1.36"
 | 
					anki = "^2.1.36"
 | 
				
			||||||
beautifulsoup4 = "^4.9.1"
 | 
					beautifulsoup4 = "^4.9.1"
 | 
				
			||||||
requests = "^2.24.0"
 | 
					requests = "^2.24.0"
 | 
				
			||||||
 | 
				
			|||||||
@ -1,88 +1,91 @@
 | 
				
			|||||||
THE FILE WAS GENERATED BY POETRY, DO NOT EDIT!
 | 
					THE FILE WAS GENERATED BY POETRY, DO NOT EDIT!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Warning: The lock file is not up to date with the latest changes in pyproject.toml. You may be getting outdated dependencies. Run update to update them.
 | 
					
 | 
				
			||||||
anki==2.1.36; python_version >= "3.7"
 | 
					anki==2.1.37; python_version >= "3.8"
 | 
				
			||||||
ankirspy==2.1.36; python_version >= "3.7"
 | 
					appnope==0.1.2; platform_system == "Darwin" and python_version >= "3.7" and sys_platform == "darwin"
 | 
				
			||||||
appnope==0.1.0; sys_platform == "darwin" and python_version >= "3.7" or sys_platform == "darwin" and python_version >= "3.7" and platform_system == "Darwin" or platform_system == "Darwin" and python_version >= "3.7"
 | 
					 | 
				
			||||||
argon2-cffi==20.1.0; python_version >= "3.5"
 | 
					argon2-cffi==20.1.0; python_version >= "3.5"
 | 
				
			||||||
attrs==20.1.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
 | 
					async-generator==1.10; python_version >= "3.6"
 | 
				
			||||||
 | 
					attrs==20.3.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
 | 
				
			||||||
backcall==0.2.0; python_version >= "3.7"
 | 
					backcall==0.2.0; python_version >= "3.7"
 | 
				
			||||||
beautifulsoup4==4.9.1
 | 
					beautifulsoup4==4.9.3
 | 
				
			||||||
bleach==3.1.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
 | 
					bleach==3.2.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
 | 
				
			||||||
certifi==2020.6.20; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
 | 
					certifi==2020.12.5; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
 | 
				
			||||||
cffi==1.14.2; python_version >= "3.5"
 | 
					cffi==1.14.4; implementation_name === "pypy" and python_version >= "3.5"
 | 
				
			||||||
chardet==3.0.4; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
 | 
					chardet==4.0.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
 | 
				
			||||||
click==7.1.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
 | 
					click==7.1.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
 | 
				
			||||||
colorama==0.4.3; python_version >= "3.7" and sys_platform == "win32" and python_full_version < "3.0.0" or python_version >= "3.7" and sys_platform == "win32" and python_full_version >= "3.5.0"
 | 
					colorama==0.4.4; 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.5.0"
 | 
				
			||||||
decorator==4.4.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.2.0")
 | 
					decorator==4.4.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.2.0")
 | 
				
			||||||
defusedxml==0.6.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
 | 
					defusedxml==0.6.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
 | 
				
			||||||
distro==1.5.0
 | 
					distro==1.5.0
 | 
				
			||||||
entrypoints==0.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "2.7"
 | 
					entrypoints==0.3; python_version >= "3.6"
 | 
				
			||||||
future==0.18.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5"
 | 
					future==0.18.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5"
 | 
				
			||||||
idna==2.10; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
 | 
					idna==2.10; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
 | 
				
			||||||
importlib-metadata==1.7.0; python_version >= "3.5" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.5.0" and python_version < "3.8" and python_version >= "3.5"
 | 
					ipykernel==5.4.2; python_version >= "3.6"
 | 
				
			||||||
ipykernel==5.3.4; python_version >= "3.5"
 | 
					ipython-genutils==0.2.0; python_version >= "3.7"
 | 
				
			||||||
ipython-genutils==0.2.0; python_version >= "3.5"
 | 
					ipython==7.19.0; python_version >= "3.7"
 | 
				
			||||||
ipython==7.17.0; python_version >= "3.7"
 | 
					 | 
				
			||||||
ipywidgets==7.5.1
 | 
					ipywidgets==7.5.1
 | 
				
			||||||
jedi==0.17.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
 | 
					jedi==0.17.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
 | 
				
			||||||
jinja2==2.11.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
 | 
					jinja2==2.11.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
 | 
				
			||||||
joblib==0.16.0; python_version >= "3.6"
 | 
					joblib==1.0.0; python_version >= "3.6"
 | 
				
			||||||
json5==0.9.5; python_version >= "3.5"
 | 
					json5==0.9.5; python_version >= "3.5"
 | 
				
			||||||
jsonschema==3.2.0; python_version >= "3.5"
 | 
					jsonschema==3.2.0; python_version >= "3.5"
 | 
				
			||||||
jupyter-client==6.1.7; python_version >= "3.5"
 | 
					jupyter-client==6.1.7; python_version >= "3.6"
 | 
				
			||||||
jupyter-console==6.1.0; python_version >= "3.5"
 | 
					jupyter-console==6.2.0; python_version >= "3.6"
 | 
				
			||||||
jupyter-core==4.6.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_version >= "3.5" and python_full_version >= "3.5.0"
 | 
					jupyter-core==4.7.0; python_version >= "3.6"
 | 
				
			||||||
jupyter==1.0.0
 | 
					jupyter==1.0.0
 | 
				
			||||||
 | 
					jupyterlab-pygments==0.1.2; python_version >= "3.6"
 | 
				
			||||||
jupyterlab-server==1.2.0; python_version >= "3.5"
 | 
					jupyterlab-server==1.2.0; python_version >= "3.5"
 | 
				
			||||||
jupyterlab==2.2.6; python_version >= "3.5"
 | 
					jupyterlab==2.2.9; python_version >= "3.5"
 | 
				
			||||||
livereload==2.6.3; python_version >= "3.5"
 | 
					livereload==2.6.3; python_version >= "3.5"
 | 
				
			||||||
lunr==0.5.8; python_version >= "3.5"
 | 
					lunr==0.5.8; python_version >= "3.5"
 | 
				
			||||||
markdown==3.2.2; python_version >= "3.5"
 | 
					markdown==3.3.3; python_version >= "3.6"
 | 
				
			||||||
markupsafe==1.1.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
 | 
					markupsafe==1.1.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
 | 
				
			||||||
mistune==0.8.4; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
 | 
					mistune==0.8.4; python_version >= "3.6"
 | 
				
			||||||
mkdocs==1.1.2; python_version >= "3.5"
 | 
					mkdocs==1.1.2; python_version >= "3.5"
 | 
				
			||||||
nbconvert==5.6.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
 | 
					nbclient==0.5.1; python_version >= "3.6"
 | 
				
			||||||
nbformat==5.0.7; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
 | 
					nbconvert==6.0.7; python_version >= "3.6"
 | 
				
			||||||
 | 
					nbformat==5.0.8; python_version >= "3.6"
 | 
				
			||||||
 | 
					nest-asyncio==1.4.3; python_version >= "3.6"
 | 
				
			||||||
nltk==3.5; python_version >= "3.5"
 | 
					nltk==3.5; python_version >= "3.5"
 | 
				
			||||||
notebook==6.1.3; python_version >= "3.5"
 | 
					notebook==6.1.5; python_version >= "3.5"
 | 
				
			||||||
orjson==3.3.1; platform_machine == "x86_64" and python_version >= "3.7"
 | 
					orjson==3.4.6; python_version >= "3.8"
 | 
				
			||||||
packaging==20.4; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
 | 
					packaging==20.8; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
 | 
				
			||||||
pandocfilters==1.4.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
 | 
					pandocfilters==1.4.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
 | 
				
			||||||
parso==0.7.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
 | 
					parso==0.7.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
 | 
				
			||||||
pexpect==4.8.0; python_version >= "3.7" and sys_platform != "win32"
 | 
					pexpect==4.8.0; sys_platform != "win32" and python_version >= "3.7"
 | 
				
			||||||
pickleshare==0.7.5; python_version >= "3.7"
 | 
					pickleshare==0.7.5; python_version >= "3.7"
 | 
				
			||||||
prometheus-client==0.8.0; python_version >= "3.5"
 | 
					prometheus-client==0.9.0; python_version >= "3.5"
 | 
				
			||||||
prompt-toolkit==3.0.6; python_full_version >= "3.6.1" and python_version >= "3.7"
 | 
					prompt-toolkit==3.0.8; python_full_version >= "3.6.1" and python_version >= "3.7"
 | 
				
			||||||
protobuf==3.13.0; python_version >= "3.7"
 | 
					protobuf==3.14.0; python_version >= "3.8"
 | 
				
			||||||
psutil==5.7.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
 | 
					psutil==5.8.0; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
 | 
				
			||||||
ptyprocess==0.6.0; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform != "win32" and (python_version >= "3.3" and sys_platform != "win32" or sys_platform != "win32") or python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform != "win32" and (python_version >= "3.3" and sys_platform != "win32" or sys_platform != "win32") and os_name != "nt" or python_full_version >= "3.4.0" and python_version >= "3.7" and sys_platform != "win32" and (python_version >= "3.3" and sys_platform != "win32" or sys_platform != "win32") or python_full_version >= "3.4.0" and python_version >= "3.7" and sys_platform != "win32" and (python_version >= "3.3" and sys_platform != "win32" or sys_platform != "win32") and os_name != "nt"
 | 
					ptyprocess==0.6.0; os_name != "nt" and python_version >= "3.7" and sys_platform != "win32"
 | 
				
			||||||
 | 
					py==1.10.0; python_version >= "3.5" and python_full_version < "3.0.0" and implementation_name === "pypy" or implementation_name === "pypy" and python_version >= "3.5" and python_full_version >= "3.4.0"
 | 
				
			||||||
pyaudio==0.2.11
 | 
					pyaudio==0.2.11
 | 
				
			||||||
pycparser==2.20; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
 | 
					pycparser==2.20; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
 | 
				
			||||||
pygments==2.6.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
 | 
					pygments==2.7.3; python_version >= "3.7"
 | 
				
			||||||
pyparsing==2.4.7; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
 | 
					pyparsing==2.4.7; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
 | 
				
			||||||
pyrsistent==0.16.0; python_version >= "3.5"
 | 
					pyrsistent==0.17.3; python_version >= "3.5"
 | 
				
			||||||
 | 
					pysocks==1.7.1; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
 | 
				
			||||||
python-dateutil==2.8.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5"
 | 
					python-dateutil==2.8.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5"
 | 
				
			||||||
pywin32==228; python_version >= "2.7" and python_version < "3.0" and python_full_version < "3.0.0" and sys_platform == "win32" or python_version >= "2.7" and python_version < "3.0" and python_full_version >= "3.5.0" and sys_platform == "win32" or python_version > "3.0" and python_version < "3.1" and python_full_version < "3.0.0" and sys_platform == "win32" or python_version > "3.0" and python_version < "3.1" and python_full_version >= "3.5.0" and sys_platform == "win32" or python_version > "3.1" and python_version < "3.2" and python_full_version < "3.0.0" and sys_platform == "win32" or python_version > "3.1" and python_version < "3.2" and python_full_version >= "3.5.0" and sys_platform == "win32" or python_version > "3.2" and python_version < "3.3" and python_full_version < "3.0.0" and sys_platform == "win32" or python_version > "3.2" and python_version < "3.3" and python_full_version >= "3.5.0" and sys_platform == "win32" or python_version > "3.3" and python_version < "3.4" and python_full_version < "3.0.0" and sys_platform == "win32" or python_version > "3.3" and python_version < "3.4" and python_full_version >= "3.5.0" and sys_platform == "win32" or python_version > "3.4" and python_full_version < "3.0.0" and sys_platform == "win32" or python_version > "3.4" and python_full_version >= "3.5.0" and sys_platform == "win32"
 | 
					pywin32==300; sys_platform == "win32" and python_version >= "3.6"
 | 
				
			||||||
pywinpty==0.5.7; python_version >= "3.5" and python_full_version < "3.0.0" and os_name == "nt" or python_full_version >= "3.4.0" and python_version >= "3.5" and os_name == "nt"
 | 
					pywinpty==0.5.7; os_name == "nt" and python_version >= "3.6"
 | 
				
			||||||
pyyaml==5.3.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
 | 
					pyyaml==5.3.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
 | 
				
			||||||
pyzmq==19.0.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5"
 | 
					pyzmq==20.0.0; python_version >= "3.6"
 | 
				
			||||||
qtconsole==4.7.6
 | 
					qtconsole==5.0.1; python_version >= "3.6"
 | 
				
			||||||
qtpy==1.9.0
 | 
					qtpy==1.9.0; python_version >= "3.6"
 | 
				
			||||||
regex==2020.7.14; python_version >= "3.5"
 | 
					regex==2020.11.13; python_version >= "3.5"
 | 
				
			||||||
requests==2.24.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
 | 
					requests==2.25.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
 | 
				
			||||||
send2trash==1.5.0
 | 
					send2trash==1.5.0
 | 
				
			||||||
six==1.15.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
 | 
					six==1.15.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
 | 
				
			||||||
soupsieve==1.9.6; python_version >= "3.7"
 | 
					soupsieve==2.1; python_version >= "3.8"
 | 
				
			||||||
terminado==0.8.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
 | 
					terminado==0.9.1; python_version >= "3.6"
 | 
				
			||||||
testpath==0.4.4; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
 | 
					testpath==0.4.4; python_version >= "3.6"
 | 
				
			||||||
tornado==6.0.4; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
 | 
					tornado==6.1; python_version >= "3.6"
 | 
				
			||||||
tqdm==4.48.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.2.0" and python_version >= "3.5"
 | 
					tqdm==4.54.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_version >= "3.5" and python_full_version >= "3.4.0"
 | 
				
			||||||
traitlets==4.3.3; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
 | 
					traitlets==5.0.5; python_version >= "3.7"
 | 
				
			||||||
urllib3==1.25.10; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.7"
 | 
					urllib3==1.26.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8"
 | 
				
			||||||
wcwidth==0.2.5; python_full_version >= "3.6.1" and python_version >= "3.5"
 | 
					wcwidth==0.2.5; python_full_version >= "3.6.1" and python_version >= "3.6"
 | 
				
			||||||
webencodings==0.5.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
 | 
					webencodings==0.5.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
 | 
				
			||||||
webob==1.8.6; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
 | 
					webob==1.8.6; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
 | 
				
			||||||
widgetsnbextension==3.5.1
 | 
					widgetsnbextension==3.5.1
 | 
				
			||||||
zipp==3.1.0; python_version < "3.8" and python_version >= "3.6" and (python_version >= "3.5" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.5.0" and python_version < "3.8" and python_version >= "3.5")
 | 
					 | 
				
			||||||
-e src/.
 | 
					-e src/.
 | 
				
			||||||
 | 
				
			|||||||
@ -1,24 +1,22 @@
 | 
				
			|||||||
THE FILE WAS GENERATED BY POETRY, DO NOT EDIT!
 | 
					THE FILE WAS GENERATED BY POETRY, DO NOT EDIT!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Warning: The lock file is not up to date with the latest changes in pyproject.toml. You may be getting outdated dependencies. Run update to update them.
 | 
					
 | 
				
			||||||
anki==2.1.36; python_version >= "3.7"
 | 
					anki==2.1.37; python_version >= "3.8"
 | 
				
			||||||
ankirspy==2.1.36; python_version >= "3.7"
 | 
					beautifulsoup4==4.9.3
 | 
				
			||||||
beautifulsoup4==4.9.1
 | 
					certifi==2020.12.5; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
 | 
				
			||||||
certifi==2020.6.20; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
 | 
					chardet==4.0.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
 | 
				
			||||||
chardet==3.0.4; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
 | 
					 | 
				
			||||||
decorator==4.4.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.2.0")
 | 
					decorator==4.4.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.2.0")
 | 
				
			||||||
distro==1.5.0
 | 
					distro==1.5.0
 | 
				
			||||||
idna==2.10; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
 | 
					idna==2.10; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
 | 
				
			||||||
importlib-metadata==1.7.0; python_version >= "3.5" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.5.0" and python_version < "3.8" and python_version >= "3.5"
 | 
					markdown==3.3.3; python_version >= "3.6"
 | 
				
			||||||
markdown==3.2.2; python_version >= "3.5"
 | 
					orjson==3.4.6; python_version >= "3.8"
 | 
				
			||||||
orjson==3.3.1; platform_machine == "x86_64" and python_version >= "3.7"
 | 
					protobuf==3.14.0; python_version >= "3.8"
 | 
				
			||||||
protobuf==3.13.0; python_version >= "3.7"
 | 
					psutil==5.8.0; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
 | 
				
			||||||
psutil==5.7.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
 | 
					 | 
				
			||||||
pyaudio==0.2.11
 | 
					pyaudio==0.2.11
 | 
				
			||||||
requests==2.24.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
 | 
					pysocks==1.7.1; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
 | 
				
			||||||
 | 
					requests==2.25.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
 | 
				
			||||||
send2trash==1.5.0
 | 
					send2trash==1.5.0
 | 
				
			||||||
six==1.15.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7"
 | 
					six==1.15.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"
 | 
				
			||||||
soupsieve==1.9.6; python_version >= "3.7"
 | 
					soupsieve==2.1; python_version >= "3.8"
 | 
				
			||||||
urllib3==1.25.10; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.7"
 | 
					urllib3==1.26.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8"
 | 
				
			||||||
webob==1.8.6; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
 | 
					webob==1.8.6; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
 | 
				
			||||||
zipp==3.1.0; python_version < "3.8" and python_version >= "3.6" and (python_version >= "3.5" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.5.0" and python_version < "3.8" and python_version >= "3.5")
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user