Chad Estioco
Chad Estioco
So what's the team's official stance on supporting Python3 exclusively? I think it makes sense to go this direction because: - The rationale of having virtualenv and virtualenvwrapper is to...
FYI I have a working branch ready to PR if this project decides to support Python3 exclusively.
To be clear: when I say "weird behavior virtualenv-burrito should be able to handle" I don't mean it strictly in a technical/programmatic sense. It might not always be feasible so...
I don't have aws-sdk directly in my dependencies though: ``` "dependencies": { "@hapi/joi": "^15.1.0", "aws-sns-publish": "^3.3.0", "dynamodb": "^1.2.0", "express": "^4.17.1" } ``` But I see that version 2.496.0 is installed,...