You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2025. It is now read-only.
WARNING:__main__:django-notification-sender[slack]@ git+https://github.com/surface-security/django-notification-sender.git@a396f406ac93e6e21e3e7238c47a705c4be9eff3#egg=django-notification-sender" from git+https://github.com/surface-security/django-notification-sender.git@a396f406ac93e6e21e3e7238c47a705c4be9eff3#egg=django-notification-sender" (from -r /app/requirements.txt (line 22)) is not pinned to (a) specific version(s)
WARNING:__main__:django-notification-sender[slack]@ git+https://github.com/surface-security/django-notification-sender.git@a396f406ac93e6e21e3e7238c47a705c4be9eff3#egg=django-notification-sender" from git+https://github.com/surface-security/django-notification-sender.git@a396f406ac93e6e21e3e7238c47a705c4be9eff3#egg=django-notification-sender" (from -r /app/requirements.txt (line 22)) is not pinned to (a) specific version(s)
WARNING:__main__:django-notification-sender[slack]@ git+https://github.com/surface-security/django-notification-sender.git@a396f406ac93e6e21e3e7238c47a705c4be9eff3#egg=django-notification-sender" from git+https://github.com/surface-security/django-notification-sender.git@a396f406ac93e6e21e3e7238c47a705c4be9eff3#egg=django-notification-sender" (from -r /app/requirements.txt (line 22)) is not pinned to (a) specific version(s)
...
git+https://github.com/surface-security/django-notification-sender.git@a396f406ac93e6e21e3e7238c47a705c4be9eff3#egg=django-notification-sender"
Steps to reproduce
Add django-notification-sender[slack] @ git+https://github.com/surface-security/django-notification-sender.git@a396f406ac93e6e21e3e7238c47a705c4be9eff3#egg=django-notification-sender" to requirements.txt
Run docker run --rm -v $(pwd):/app ghcr.io/surface-security/compile-requirements:4 /app/requirements.txt /app/requirements_prod.txt
Confirmation
Related software versions.
ghcr.io/surface-security/compile-requirements:4
Affected resource(s)
Link to debug output
.
Panic output
No response
Expected output
(the resulting requirements.txt to contain)
Actual output
Steps to reproduce
django-notification-sender[slack] @ git+https://github.com/surface-security/django-notification-sender.git@a396f406ac93e6e21e3e7238c47a705c4be9eff3#egg=django-notification-sender"to requirements.txtdocker run --rm -v $(pwd):/app ghcr.io/surface-security/compile-requirements:4 /app/requirements.txt /app/requirements_prod.txtAdditional factoids
Using the old format is a possible workaround
References
No response