[UPD] requirement last version astor
This commit is contained in:
parent
963d691c86
commit
48a1f1c84e
3 changed files with 20 additions and 12 deletions
|
|
@ -236,10 +236,14 @@ description = "Read/rewrite/write Python ASTs"
|
|||
optional = false
|
||||
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "astor-0.8.1-py2.py3-none-any.whl", hash = "sha256:070a54e890cefb5b3739d19f30f5a5ec840ffc9c50ffa7d23cc9fc1a38ebbfc5"},
|
||||
{file = "astor-0.8.1.tar.gz", hash = "sha256:6a6effda93f4e1ce9f618779b2dd1d9d84f1e32812c23a29b3fff6fd7f63fa5e"},
|
||||
]
|
||||
files = []
|
||||
develop = false
|
||||
|
||||
[package.source]
|
||||
type = "git"
|
||||
url = "https://github.com/berkerpeksag/astor.git"
|
||||
reference = "HEAD"
|
||||
resolved_reference = "df09001112f079db54e7c5358fa143e1e63e74c4"
|
||||
|
||||
[[package]]
|
||||
name = "astroid"
|
||||
|
|
@ -6068,19 +6072,19 @@ renderpm = ["rl-renderPM (>=4.0.3,<4.1)"]
|
|||
|
||||
[[package]]
|
||||
name = "requests"
|
||||
version = "2.31.0"
|
||||
version = "2.32.5"
|
||||
description = "Python HTTP for Humans."
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
python-versions = ">=3.9"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"},
|
||||
{file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"},
|
||||
{file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"},
|
||||
{file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
certifi = ">=2017.4.17"
|
||||
charset-normalizer = ">=2,<4"
|
||||
charset_normalizer = ">=2,<4"
|
||||
idna = ">=2.5,<4"
|
||||
urllib3 = ">=1.21.1,<3"
|
||||
|
||||
|
|
@ -7453,4 +7457,4 @@ bindings = ["ghostscript"]
|
|||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = ">=3.12.10,<3.13"
|
||||
content-hash = "aec211167b1cdaab821ed620bdef6b9d2c0dbd66c9c17ca74850c44797f8a899"
|
||||
content-hash = "ba7450664480f89108a65126adf1fb86de79d27e7597433ee1ccc72f50fb2f1c"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ authors = [ "Mathieu Benoit <mathben@technolibre.ca>",]
|
|||
[tool.poetry.dependencies]
|
||||
python = ">=3.12.10,<3.13"
|
||||
asn1crypto = "1.5.1"
|
||||
astor = "^0.8.1"
|
||||
avalara = "^25.9.0"
|
||||
babel = "2.10.3"
|
||||
bandit = "^1.8.6"
|
||||
|
|
@ -142,7 +141,7 @@ qrcode = "7.4.2"
|
|||
radon = "^6.0.1"
|
||||
redis = "^7.0.1"
|
||||
reportlab = "4.1.0"
|
||||
requests = "2.31.0"
|
||||
requests = ">=2.31.0"
|
||||
requests-toolbelt = "^1.0.0"
|
||||
rjsmin = "1.2.0"
|
||||
roulier = "^1.1.1"
|
||||
|
|
@ -168,6 +167,9 @@ xlwt = "1.3.0"
|
|||
xmltodict = "0.13.0"
|
||||
zeep = "4.2.1"
|
||||
|
||||
[tool.poetry.dependencies.astor]
|
||||
git = "https://github.com/berkerpeksag/astor.git"
|
||||
|
||||
[tool.poetry.dependencies.black]
|
||||
git = "https://github.com/psf/black.git"
|
||||
rev = "24.8.0"
|
||||
|
|
|
|||
|
|
@ -68,3 +68,5 @@ git+https://github.com/prauscher/pysaml2.git@replace-pyopenssl
|
|||
# Fix compilation, until pymssql==2.3.9 is release
|
||||
git+https://github.com/pymssql/pymssql.git
|
||||
|
||||
# Force last version, because too old into pip
|
||||
git+https://github.com/berkerpeksag/astor.git
|
||||
|
|
|
|||
Loading…
Reference in a new issue