Set exact versions of packages from pip
This commit is contained in:
parent
6c29802eb7
commit
599a09d7fc
@ -1,28 +1,28 @@
|
|||||||
attrs>=20.3.0
|
attrs==22.1.0
|
||||||
Brotli>=1.0.9
|
Brotli==1.0.9
|
||||||
cachetools>=4.2.2
|
cachetools==4.2.4
|
||||||
click>=8.0.1
|
click==8.0.4
|
||||||
dataclasses>=0.6
|
dataclasses==0.6
|
||||||
defusedxml>=0.7.1
|
defusedxml==0.7.1
|
||||||
Flask>=2.0.1
|
Flask==2.0.1
|
||||||
gevent>=21.8.0
|
gevent==21.12.0
|
||||||
greenlet>=1.1.1
|
greenlet==1.1.2
|
||||||
importlib-metadata>=4.6.4
|
importlib-metadata==4.6.4
|
||||||
iniconfig>=1.1.1
|
iniconfig==1.1.1
|
||||||
itsdangerous>=2.0.1
|
itsdangerous==2.0.1
|
||||||
Jinja2>=3.0.1
|
Jinja2==3.0.3
|
||||||
MarkupSafe>=2.0.1
|
MarkupSafe==2.0.1
|
||||||
packaging>=20.9
|
packaging==20.9
|
||||||
pluggy>=0.13.1
|
pluggy>=0.13.1
|
||||||
py>=1.10.0
|
py==1.10.0
|
||||||
pyparsing>=2.4.7
|
pyparsing==2.4.7
|
||||||
PySocks>=1.7.1
|
PySocks==1.7.1
|
||||||
pytest>=6.2.2
|
pytest==6.2.5
|
||||||
stem>=1.8.0
|
stem==1.8.0
|
||||||
toml>=0.10.2
|
toml==0.10.2
|
||||||
typing-extensions>=3.10.0.0
|
typing-extensions==3.10.0.2
|
||||||
urllib3>=1.26.6
|
urllib3==1.26.11
|
||||||
Werkzeug>=2.0.1
|
Werkzeug==2.0.3
|
||||||
zipp>=3.5.0
|
zipp==3.5.1
|
||||||
zope.event>=4.5.0
|
zope.event==4.5.0
|
||||||
zope.interface>=5.4.0
|
zope.interface==5.4.0
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
Brotli>=1.0.9
|
Brotli==1.0.9
|
||||||
cachetools>=4.2.2
|
cachetools==4.2.4
|
||||||
click>=8.0.1
|
click==8.0.4
|
||||||
dataclasses>=0.6
|
dataclasses==0.6
|
||||||
defusedxml>=0.7.1
|
defusedxml==0.7.1
|
||||||
Flask>=2.0.1
|
Flask==2.0.1
|
||||||
gevent>=21.8.0
|
gevent==21.12.0
|
||||||
greenlet>=1.1.1
|
greenlet==1.1.2
|
||||||
importlib-metadata>=4.6.4
|
importlib-metadata==4.6.4
|
||||||
itsdangerous>=2.0.1
|
itsdangerous==2.0.1
|
||||||
Jinja2>=3.0.1
|
Jinja2==3.0.3
|
||||||
MarkupSafe>=2.0.1
|
MarkupSafe==2.0.1
|
||||||
PySocks>=1.7.1
|
PySocks==1.7.1
|
||||||
stem>=1.8.0
|
stem==1.8.0
|
||||||
typing-extensions>=3.10.0.0
|
typing-extensions==3.10.0.2
|
||||||
urllib3>=1.26.6
|
urllib3==1.26.11
|
||||||
Werkzeug>=2.0.1
|
Werkzeug==2.0.3
|
||||||
zipp>=3.5.0
|
zipp==3.5.1
|
||||||
zope.event>=4.5.0
|
zope.event==4.5.0
|
||||||
zope.interface>=5.4.0
|
zope.interface==5.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user