mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add requests to freezer includes
This will be required to run 2014.7.x on Windows
This commit is contained in:
parent
4c38ca2b65
commit
a5dcf7c4e2
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -599,6 +599,7 @@ FREEZER_INCLUDES = [
|
|||
'sqlite3',
|
||||
'email',
|
||||
'email.mime.*',
|
||||
'requests',
|
||||
'sqlite3',
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue