Skip to content

Commit

Permalink
Merge pull request #687 from LeXofLeviafan/fix-deps
Browse files Browse the repository at this point in the history
Dependencies fix
  • Loading branch information
jarun authored May 1, 2023
2 parents 3164d08 + 71ec04b commit db054e1
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Up @@ -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
Expand Up @@ -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(
[
Expand All @@ -54,7 +54,7 @@
'certifi',
'cryptography>=1.2.3',
'html5lib>=1.0.1',
'urllib3>=1.23',
'urllib3>=1.23,<2',
'pyreadline3; sys_platform == \'win32\'',
]

Expand Down

0 comments on commit db054e1

Please sign in to comment.