This website requires JavaScript.
Explore
Help
Sign In
sartography
/
cr-connect-workflow
mirror of
https://github.com/sartography/cr-connect-workflow.git
Watch
1
Star
0
Fork
You've already forked cr-connect-workflow
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1c02928d04
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 16:37:11 +00: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 19:04:09 +00:00
setup
(
setup_requires
=
[
"
pbr
"
]
,
pbr
=
True
,
install_requires
=
[
'
box
'
]
)