-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #231 from Brown-University-Library/package-updates
replaces PyMySQL package with mysqlclient wheel.
- Loading branch information
Showing
11 changed files
with
240 additions
and
110 deletions.
There are no files selected for viewing
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Django==1.11.29 | ||
Django==3.2.25 | ||
git+https://github.com/birkin/shellvars-py.git | ||
PyMySQL==0.9.3 | ||
requests==2.25.1 | ||
pip-tools==7.4.1 | ||
requests==2.27.1 | ||
SQLAlchemy==1.3.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# pip-compile ./config/requirements_base.in | ||
# | ||
asgiref==3.8.1 | ||
# via django | ||
build==1.2.1 | ||
# via pip-tools | ||
certifi==2024.7.4 | ||
# via requests | ||
charset-normalizer==2.0.12 | ||
# via requests | ||
click==8.1.7 | ||
# via pip-tools | ||
django==3.2.25 | ||
# via -r ./config/requirements_base.in | ||
idna==3.7 | ||
# via requests | ||
importlib-metadata==8.0.0 | ||
# via build | ||
packaging==24.1 | ||
# via build | ||
pip-tools==7.4.1 | ||
# via -r ./config/requirements_base.in | ||
pyproject-hooks==1.1.0 | ||
# via | ||
# build | ||
# pip-tools | ||
pytz==2024.1 | ||
# via django | ||
requests==2.27.1 | ||
# via -r ./config/requirements_base.in | ||
shellvars-py @ git+https://github.com/birkin/shellvars-py.git | ||
# via -r ./config/requirements_base.in | ||
sqlalchemy==1.3.12 | ||
# via -r ./config/requirements_base.in | ||
sqlparse==0.5.1 | ||
# via django | ||
tomli==2.0.1 | ||
# via | ||
# build | ||
# pip-tools | ||
typing-extensions==4.12.2 | ||
# via asgiref | ||
urllib3==1.26.19 | ||
# via requests | ||
wheel==0.43.0 | ||
# via pip-tools | ||
zipp==3.19.2 | ||
# via importlib-metadata | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# pip | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-r requirements_base.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# pip-compile ./config/requirements_local.in | ||
# | ||
asgiref==3.8.1 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# django | ||
build==1.2.1 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# pip-tools | ||
certifi==2024.7.4 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# requests | ||
charset-normalizer==2.0.12 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# requests | ||
click==8.1.7 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# pip-tools | ||
django==3.2.25 | ||
# via -r ./config/requirements_base.txt | ||
idna==3.7 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# requests | ||
importlib-metadata==8.0.0 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# build | ||
packaging==24.1 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# build | ||
pip-tools==7.4.1 | ||
# via -r ./config/requirements_base.txt | ||
pyproject-hooks==1.1.0 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# build | ||
# pip-tools | ||
pytz==2024.1 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# django | ||
requests==2.27.1 | ||
# via -r ./config/requirements_base.txt | ||
shellvars-py @ git+https://github.com/birkin/shellvars-py.git | ||
# via -r ./config/requirements_base.txt | ||
sqlalchemy==1.3.12 | ||
# via -r ./config/requirements_base.txt | ||
sqlparse==0.5.1 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# django | ||
tomli==2.0.1 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# build | ||
# pip-tools | ||
typing-extensions==4.12.2 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# asgiref | ||
urllib3==1.26.19 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# requests | ||
wheel==0.43.0 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# pip-tools | ||
zipp==3.19.2 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# importlib-metadata | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# pip | ||
# setuptools |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
-r requirements_base.txt | ||
|
||
https://github.com/Brown-University-Library/disa_dj_project/raw/package-updates/config/mysqlclient-2.0.3-cp38-cp38-linux_x86_64.whl | ||
|
||
#./config/mysqlclient-2.0.3-cp38-cp38-linux_x86_64.whl | ||
# PyMySQL==1.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# pip-compile ./config/requirements_server.in | ||
# | ||
asgiref==3.8.1 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# django | ||
build==1.2.1 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# pip-tools | ||
certifi==2024.7.4 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# requests | ||
charset-normalizer==2.0.12 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# requests | ||
click==8.1.7 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# pip-tools | ||
django==3.2.25 | ||
# via -r ./config/requirements_base.txt | ||
idna==3.7 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# requests | ||
importlib-metadata==8.0.0 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# build | ||
mysqlclient @ https://github.com/Brown-University-Library/disa_dj_project/raw/package-updates/config/mysqlclient-2.0.3-cp38-cp38-linux_x86_64.whl | ||
# via -r ./config/requirements_server.in | ||
packaging==24.1 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# build | ||
pip-tools==7.4.1 | ||
# via -r ./config/requirements_base.txt | ||
pyproject-hooks==1.1.0 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# build | ||
# pip-tools | ||
pytz==2024.1 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# django | ||
requests==2.27.1 | ||
# via -r ./config/requirements_base.txt | ||
shellvars-py @ git+https://github.com/birkin/shellvars-py.git | ||
# via -r ./config/requirements_base.txt | ||
sqlalchemy==1.3.12 | ||
# via -r ./config/requirements_base.txt | ||
sqlparse==0.5.1 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# django | ||
tomli==2.0.1 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# build | ||
# pip-tools | ||
typing-extensions==4.12.2 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# asgiref | ||
urllib3==1.26.19 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# requests | ||
wheel==0.43.0 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# pip-tools | ||
zipp==3.19.2 | ||
# via | ||
# -r ./config/requirements_base.txt | ||
# importlib-metadata | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# pip | ||
# setuptools |