Skip to content

Commit

Permalink
python310: Add poetry and remote pure: to use default behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Nov 4, 2021
1 parent ac3e14b commit 5b00532
Showing 1 changed file with 31 additions and 30 deletions.
61 changes: 31 additions & 30 deletions spk/python310/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,37 @@ distlib==0.3.3
filelock==3.3.2
Flask==2.0.2
future==0.18.2
pure:html5lib==1.1
pure:idna==3.3
pure:importlib-metadata==4.8.1
pure:importlib-resources==5.3.0
pure:itsdangerous==2.0.1
pure:Jinja2==3.0.2
pure:olefile==0.46
pure:oauthlib==3.1.1
pure:packaging==21.0
pure:paramiko==2.8.0
pure:platformdirs==2.4.0
pure:pyasn1==0.4.8
pure:pycparser==2.20
pure:PyJWT==2.3.0
pure:pyOpenSSL==21.0.0
pure:pyparsing==3.0.1
pure:python-dateutil==2.8.2
pure:pytz==2021.3
pure:requests==2.26.0
pure:requests-oauthlib==1.3.0
pure:requests-toolbelt==0.9.1
pure:ruamel.yaml==0.17.16
pure:six==1.16.0
pure:tzlocal==4.0.1
pure:Unidecode==1.3.2
pure:urllib3==1.26.7
pure:virtualenv==20.9.0
pure:webencodings==0.5.1
pure:Werkzeug==2.0.2
pure:zipp==3.6.0
html5lib==1.1
idna==3.3
importlib-metadata==4.8.1
importlib-resources==5.3.0
itsdangerous==2.0.1
Jinja2==3.0.2
olefile==0.46
oauthlib==3.1.1
packaging==21.0
paramiko==2.8.0
platformdirs==2.4.0
poetry==1.1.11
pyasn1==0.4.8
pycparser==2.20
PyJWT==2.3.0
pyOpenSSL==21.0.0
pyparsing==3.0.1
python-dateutil==2.8.2
pytz==2021.3
requests==2.26.0
requests-oauthlib==1.3.0
requests-toolbelt==0.9.1
ruamel.yaml==0.17.16
six==1.16.0
tzlocal==4.0.1
Unidecode==1.3.2
urllib3==1.26.7
virtualenv==20.9.0
webencodings==0.5.1
Werkzeug==2.0.2
zipp==3.6.0

## Cross-compiled via spksrc.wheel.mk
cross:bcrypt==3.2.0
Expand Down

0 comments on commit 5b00532

Please sign in to comment.