/
githubmirror
/
edx-platform
ОбзорДокументацияВойти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
edx-platform/
requirements/edx/
..
assets.in

build: `npm run build` (experimental) (#32823)

3 года назад
assets.txt

Fix upgrade job pin cryptography (#37436)

10 месяцев назад
base.in

refactor: Split base.in into kernel.in (required) and bundled.in (optional) (#32552)

3 года назад
base.txt

feat: upgrade edx-enterprise to 8.9.0

2 дня назад
bundled.in

feat: add enterprise-integrated-channels dependency (#36935)

год назад
coverage.in

Make upgrade requirement files. (#24078)

6 лет назад
coverage.txt

Revert "Merge ulmo.1 into release-ulmo"

3 месяца назад
development.in

build: Properly pin mypy based on django-stubs compatibility.

год назад
development.txt

feat: upgrade edx-enterprise to 8.9.0

2 дня назад
doc.in

fix: replace autodoc with autoapi (#35846)

2 года назад
doc.txt

feat: upgrade edx-enterprise to 8.9.0

2 дня назад
github.in

feat!: Remove Proctortrack dependency (#37284)

год назад
kernel.in

Revert "Merge ulmo.1 into release-ulmo"

3 месяца назад
openstack.txt

Set SWIFT_CONTENT_LENGTH_FROM_FD=False

8 лет назад
private.readme

PLAT-2060 Use pip-tools to manage requirements files (take 2)

8 лет назад
semgrep.in

build: Add missing Celery task decorators, and add CI check for it (#33154)

3 года назад
semgrep.txt

Revert "Merge ulmo.1 into release-ulmo"

3 месяца назад
testing.in

fix: remove pylint constraint (#36169)

2 года назад
testing.txt

feat: upgrade edx-enterprise to 8.9.0

2 дня назад
private.readme
# If there are any Python packages you want to keep in your virtualenv beyond
# those listed in the official requirements files, create a "private.in" file
# and list them there. Generate the corresponding "private.txt" file pinning
# all of their indirect dependencies to specific versions as follows:
 
# pip-compile private.in
 
# This allows you to use "pip-sync" without removing these packages:
 
# pip-sync requirements/*.txt
 
# "private.in" and "private.txt" aren't checked into git to avoid merge
# conflicts, and the presence of this file allows "private.*" to be
# included in scripted pip-sync usage without requiring that those files be
# created first.