Skip to content

Commit

Permalink
Revert version changes and pin setuptools again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jethro Muller committed Dec 15, 2022
1 parent b31296b commit 68d134c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ idna==2.10; python_version >= "3" and python_full_version < "3.0.0" or python_fu
iso8601==0.1.13; python_version >= "3.7" and python_version < "4.0"
itsdangerous==1.1.0; python_full_version >= "3.7.0" and python_version >= "3.7"
jinja2==2.11.3; python_full_version >= "3.7.0" and python_version >= "3.7"
jsmin==3.0.1
jsmin==2.2.2
lesscpy==0.14.0; python_version >= "3.7"
lxml==4.6.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
markupsafe==1.1.1; python_full_version >= "3.7.0"
Expand All @@ -34,7 +34,7 @@ python-dateutil==2.8.1; (python_version >= "2.7" and python_full_version < "3.0.
python-dotenv==0.15.0; python_full_version >= "3.5.3"
pytz==2020.5; python_version >= "3.7" and python_version < "4.0"
quart-compress==0.2.1
quart-minify==0.3.0; python_version >= "3.7"
quart-minify==0.2.0; python_version >= "3.7"
quart==0.12.0; python_full_version >= "3.7.0"
redis==3.5.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
requests==2.26.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
Expand All @@ -46,3 +46,4 @@ typing-extensions==3.7.4.3; python_version >= "3.7" and python_version < "4.0"
urllib3==1.26.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4"
werkzeug==1.0.1; python_full_version >= "3.7.0" and python_version >= "3.7"
wsproto==1.0.0; python_version >= "3.7" and python_full_version >= "3.7.0"
setuptools==57.5.0

0 comments on commit 68d134c

Please sign in to comment.