Burathar
3 years ago
2 changed files with 21 additions and 41 deletions
@ -1,20 +1,28 @@ |
|||||||
astroid==2.5 |
astroid==2.7.3 |
||||||
click==7.1.2 |
click==8.0.1 |
||||||
confuse==1.4.0 |
confuse==1.5.0 |
||||||
|
dnspython==2.1.0 |
||||||
dominate==2.6.0 |
dominate==2.6.0 |
||||||
Flask==1.1.2 |
email-validator==1.1.3 |
||||||
|
Flask==2.0.1 |
||||||
Flask-Bootstrap==3.3.7.1 |
Flask-Bootstrap==3.3.7.1 |
||||||
isort==5.7.0 |
Flask-Login==0.5.0 |
||||||
itsdangerous==1.1.0 |
Flask-WTF==0.15.1 |
||||||
Jinja2==2.11.3 |
gitdb==4.0.7 |
||||||
lazy-object-proxy==1.5.2 |
GitPython==3.1.18 |
||||||
MarkupSafe==1.1.1 |
idna==3.2 |
||||||
|
isort==5.9.3 |
||||||
|
itsdangerous==2.0.1 |
||||||
|
Jinja2==3.0.1 |
||||||
|
lazy-object-proxy==1.6.0 |
||||||
|
MarkupSafe==2.0.1 |
||||||
mccabe==0.6.1 |
mccabe==0.6.1 |
||||||
pkg-resources==0.0.0 |
platformdirs==2.3.0 |
||||||
pylint==2.7.1 |
pylint==2.10.2 |
||||||
PyYAML==5.4.1 |
PyYAML==5.4.1 |
||||||
|
smmap==4.0.0 |
||||||
toml==0.10.2 |
toml==0.10.2 |
||||||
typed-ast==1.4.2 |
|
||||||
visitor==0.1.3 |
visitor==0.1.3 |
||||||
Werkzeug==1.0.1 |
Werkzeug==2.0.1 |
||||||
wrapt==1.12.1 |
wrapt==1.12.1 |
||||||
|
WTForms==2.3.3 |
||||||
|
@ -1,28 +0,0 @@ |
|||||||
astroid==2.7.3 |
|
||||||
click==8.0.1 |
|
||||||
confuse==1.5.0 |
|
||||||
dnspython==2.1.0 |
|
||||||
dominate==2.6.0 |
|
||||||
email-validator==1.1.3 |
|
||||||
Flask==2.0.1 |
|
||||||
Flask-Bootstrap==3.3.7.1 |
|
||||||
Flask-Login==0.5.0 |
|
||||||
Flask-WTF==0.15.1 |
|
||||||
gitdb==4.0.7 |
|
||||||
GitPython==3.1.18 |
|
||||||
idna==3.2 |
|
||||||
isort==5.9.3 |
|
||||||
itsdangerous==2.0.1 |
|
||||||
Jinja2==3.0.1 |
|
||||||
lazy-object-proxy==1.6.0 |
|
||||||
MarkupSafe==2.0.1 |
|
||||||
mccabe==0.6.1 |
|
||||||
platformdirs==2.3.0 |
|
||||||
pylint==2.10.2 |
|
||||||
PyYAML==5.4.1 |
|
||||||
smmap==4.0.0 |
|
||||||
toml==0.10.2 |
|
||||||
visitor==0.1.3 |
|
||||||
Werkzeug==2.0.1 |
|
||||||
wrapt==1.12.1 |
|
||||||
WTForms==2.3.3 |
|
Loading…
Reference in new issue