mirror of https://github.com/openspug/spug
parent
a329cf5a90
commit
4666795a28
|
@ -5,8 +5,8 @@ channels==2.3.1
|
|||
channels_redis==2.4.1
|
||||
paramiko==2.11.0
|
||||
django-redis==4.10.0
|
||||
requests==2.31.0
|
||||
GitPython==3.1.37
|
||||
requests==2.27.1
|
||||
GitPython==3.1.20
|
||||
python-ldap==3.4.0
|
||||
openpyxl==3.0.3
|
||||
user_agents==2.2.0
|
|
@ -133,7 +133,7 @@ AUTHENTICATION_EXCLUDES = (
|
|||
re.compile('/apis/.*'),
|
||||
)
|
||||
|
||||
SPUG_VERSION = 'v3.3.1'
|
||||
SPUG_VERSION = 'v3.3.2'
|
||||
|
||||
# override default config
|
||||
try:
|
||||
|
|
|
@ -10,4 +10,4 @@ export * from './functools';
|
|||
export * from './router';
|
||||
export const http = _http;
|
||||
export const history = _history;
|
||||
export const VERSION = 'v3.3.1';
|
||||
export const VERSION = 'v3.3.2';
|
||||
|
|
Loading…
Reference in New Issue