tarantool / mkrepo

Maintain DEB and RPM repositories on S3
70 stars 24 forks source link

setup.py is missing dependencies #79

Closed devinchristianson closed 1 year ago

devinchristianson commented 1 year ago

I noticed when trying to try out this project via pip that the setup.py doesn't have any install dependencies - based on the requirements.txt on master right now, I think just adding the below to the setup call in setup.py should do the trick

install_requirements=[
"boto3==1.4.1"
"univers==30.9.0"
]

also happy to open a PR for this if it's easier for you, but for such a small/trivial change I wanted to raise the issue first