-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
53 additions
and
41 deletions.
There are no files selected for viewing
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,24 +1,26 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile requirements-dev.in | ||
# | ||
django-types==0.19.1 | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile requirements-dev.in --universal --output-file requirements-dev.txt | ||
colorama==0.4.6 ; sys_platform == 'win32' | ||
# via pytest | ||
django-types==0.20.0 | ||
# via -r requirements-dev.in | ||
exceptiongroup==1.2.2 ; python_full_version < '3.11' | ||
# via pytest | ||
iniconfig==2.0.0 | ||
# via pytest | ||
packaging==23.2 | ||
packaging==24.2 | ||
# via pytest | ||
pluggy==1.3.0 | ||
pluggy==1.5.0 | ||
# via pytest | ||
pytest==7.4.3 | ||
pytest==8.3.4 | ||
# via | ||
# -r requirements-dev.in | ||
# pytest-django | ||
pytest-django==4.5.2 | ||
pytest-django==4.9.0 | ||
# via -r requirements-dev.in | ||
ruff==0.1.2 | ||
ruff==0.8.6 | ||
# via -r requirements-dev.in | ||
types-psycopg2==2.9.21.14 | ||
tomli==2.2.1 ; python_full_version < '3.11' | ||
# via pytest | ||
types-psycopg2==2.9.21.20241019 | ||
# via django-types |
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,48 +1,58 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile | ||
# | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile requirements.in --universal --output-file requirements.txt | ||
anyio==4.8.0 | ||
# via httpx | ||
asgiref==3.8.1 | ||
# via django | ||
bibtexparser==1.4.1 | ||
bibtexparser==1.4.3 | ||
# via pyzotero | ||
certifi==2024.2.2 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
django==4.2.11 | ||
certifi==2024.12.14 | ||
# via | ||
# httpcore | ||
# httpx | ||
django==4.2.17 | ||
# via -r requirements.in | ||
django-environ==0.11.2 | ||
# via -r requirements.in | ||
et-xmlfile==1.1.0 | ||
et-xmlfile==2.0.0 | ||
# via openpyxl | ||
exceptiongroup==1.2.2 ; python_full_version < '3.11' | ||
# via anyio | ||
feedparser==6.0.11 | ||
# via pyzotero | ||
idna==3.6 | ||
# via requests | ||
iso639-lang==2.2.3 | ||
h11==0.14.0 | ||
# via httpcore | ||
httpcore==1.0.7 | ||
# via httpx | ||
httpx==0.28.1 | ||
# via pyzotero | ||
idna==3.10 | ||
# via | ||
# anyio | ||
# httpx | ||
iso639-lang==2.5.1 | ||
# via -r requirements.in | ||
openpyxl==3.1.2 | ||
openpyxl==3.1.5 | ||
# via -r requirements.in | ||
pyparsing==3.1.2 | ||
pyparsing==3.2.1 | ||
# via bibtexparser | ||
python-dotenv==1.0.1 | ||
# via -r requirements.in | ||
pytz==2024.1 | ||
pytz==2024.2 | ||
# via pyzotero | ||
pyyaml==6.0.1 | ||
pyyaml==6.0.2 | ||
# via -r requirements.in | ||
pyzotero==1.5.18 | ||
pyzotero==1.6.4 | ||
# via -r requirements.in | ||
requests==2.31.0 | ||
# via pyzotero | ||
sgmllib3k==1.0.0 | ||
# via feedparser | ||
sqlparse==0.4.4 | ||
sniffio==1.3.1 | ||
# via anyio | ||
sqlparse==0.5.3 | ||
# via django | ||
typing-extensions==4.12.2 ; python_full_version < '3.13' | ||
# via | ||
# anyio | ||
# asgiref | ||
tzdata==2024.2 ; sys_platform == 'win32' | ||
# via django | ||
typing-extensions==4.10.0 | ||
# via asgiref | ||
urllib3==2.2.1 | ||
# via requests |