mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Compare commits
5 commits
15a499dff0
...
2996dc0155
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2996dc0155 | ||
|
|
9de4e23f9c | ||
|
|
db027b14a3 | ||
|
|
d6f8ae0281 | ||
|
|
a517836bdd |
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -12,3 +12,5 @@ configuration/ldap/*
|
||||||
!configuration/logging.py
|
!configuration/logging.py
|
||||||
!configuration/plugins.py
|
!configuration/plugins.py
|
||||||
super-linter.log
|
super-linter.log
|
||||||
|
.env
|
||||||
|
Dockerfile-Plugins
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
django-auth-ldap==5.2.0
|
django-auth-ldap==5.2.0
|
||||||
dulwich==0.24.10
|
dulwich==0.24.10
|
||||||
granian[uvloop]==2.5.7
|
granian[uvloop]==2.6.0
|
||||||
python3-saml==1.16.0
|
python3-saml==1.16.0
|
||||||
--no-binary lxml
|
--no-binary lxml
|
||||||
--no-binary xmlsec
|
--no-binary xmlsec
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue