This website requires JavaScript.
Explore
Help
Sign In
sartography
/
cr-connect-workflow
Watch
1
Star
0
Fork
0
You've already forked cr-connect-workflow
mirror of
https://github.com/sartography/cr-connect-workflow.git
synced
2025-02-22 12:48:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cr-connect-workflow
/
setup.py
4 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
Builds Docker image as WSGI + gunicorn
2020-05-24 12:37:11 -04:00
from
setuptools
import
setup
Adding box as a direct dependency. Really uncertain how this is working everwhere but in the actual deployment.
2020-07-30 15:04:09 -04:00
setup
(
setup_requires
=
[
"
pbr
"
]
,
pbr
=
True
,
install_requires
=
[
'
box
'
]
)
Reference in New Issue
Copy Permalink