-
Notifications
You must be signed in to change notification settings - Fork 46
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
1 parent
a8b2ed2
commit baf22fc
Showing
2 changed files
with
89 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
bump2version | ||
https://github.com/django-cms/django-cms/tarball/release/4.0.1.x#egg=django-cms | ||
django-treebeard | ||
pip-tools | ||
pre-commit | ||
wheel |
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,83 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile | ||
# | ||
asgiref==3.7.2 | ||
# via django | ||
build==1.1.1 | ||
# via pip-tools | ||
bump2version==1.0.1 | ||
# via -r requirements.in | ||
cfgv==3.4.0 | ||
# via pre-commit | ||
click==8.1.7 | ||
# via pip-tools | ||
distlib==0.3.8 | ||
# via virtualenv | ||
django==4.2.11 | ||
# via | ||
# django-classy-tags | ||
# django-cms | ||
# django-formtools | ||
# django-sekizai | ||
# django-treebeard | ||
# djangocms-admin-style | ||
django-classy-tags==4.1.0 | ||
# via | ||
# django-cms | ||
# django-sekizai | ||
django-cms @ https://github.com/django-cms/django-cms/tarball/release/4.0.1.x | ||
# via -r requirements.in | ||
django-formtools==2.5.1 | ||
# via django-cms | ||
django-sekizai==4.1.0 | ||
# via django-cms | ||
django-treebeard==4.7.1 | ||
# via | ||
# -r requirements.in | ||
# django-cms | ||
djangocms-admin-style==3.3.1 | ||
# via django-cms | ||
filelock==3.13.1 | ||
# via virtualenv | ||
identify==2.5.35 | ||
# via pre-commit | ||
nodeenv==1.8.0 | ||
# via pre-commit | ||
packaging==24.0 | ||
# via | ||
# build | ||
# django-cms | ||
pip-tools==7.4.1 | ||
# via -r requirements.in | ||
platformdirs==4.2.0 | ||
# via virtualenv | ||
pre-commit==3.6.2 | ||
# via -r requirements.in | ||
pyproject-hooks==1.0.0 | ||
# via | ||
# build | ||
# pip-tools | ||
pyyaml==6.0.1 | ||
# via pre-commit | ||
sqlparse==0.4.4 | ||
# via django | ||
tomli==2.0.1 | ||
# via | ||
# build | ||
# pip-tools | ||
# pyproject-hooks | ||
typing-extensions==4.10.0 | ||
# via asgiref | ||
virtualenv==20.25.1 | ||
# via pre-commit | ||
wheel==0.43.0 | ||
# via | ||
# -r requirements.in | ||
# pip-tools | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# pip | ||
# setuptools |