Skip to content

Commit

Permalink
[#686] fixed dependencies to avoid version conflict
Browse files Browse the repository at this point in the history
LeXofLeviafan committed May 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3164d08 commit 71ec04b
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bukuserver/requirements.txt
Original file line number Diff line number Diff line change
@@ -5,4 +5,4 @@ Flask-Bootstrap>=3.3.7.1
flask-paginate>=2022.1.8
flask-reverse-proxy-fix @ https://github.com/rachmadaniHaryono/flask-reverse-proxy-fix/archive/refs/tags/v0.2.3.zip
Flask-WTF>=1.0.1
Flask>=2.2.2
Flask>=2.2.2,<2.3
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -4,5 +4,5 @@ certifi
cryptography>=1.2.3
html5lib>=1.0.1
setuptools
urllib3>=1.23
urllib3>=1.23,<2
pyreadline3; sys_platform == 'win32'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@
"Flask-Bootstrap>=3.3.7.1",
"flask-paginate>=2022.1.8",
"Flask-WTF>=1.0.1",
"Flask>=2.2.2",
"Flask>=2.2.2,<2.3",
]
reverse_proxy = " ".join(
[
@@ -54,7 +54,7 @@
'certifi',
'cryptography>=1.2.3',
'html5lib>=1.0.1',
'urllib3>=1.23',
'urllib3>=1.23,<2',
'pyreadline3; sys_platform == \'win32\'',
]

0 comments on commit 71ec04b

Please sign in to comment.