Peter Wienemann
Peter Wienemann
I see. That is of course a reasonable decision. What about making that decision explicit by adding ``` install_requires = [], extras_require = { 'geoip': ['GeoIP>=1.3.2'], [...] } ``` (along...
I think there are two advantages of using `install_requires`/`extras_require`: - It expresses the dependency relation in more detail (what are compulsory dependencies, what is optional). - It allows for more...
> Why does it make it unreproducible? Because due to the included build path the file contents is different for each build if the build is done in a [schroot](https://wiki.debian.org/Schroot)...
> Or did you find somewhere that the correct solution to this would be to deactivate this option? I consider my suggestion a hack which avoids the problem rather than...
> Lemme know if I get this correct: this particular random string - `python-lark-utTVdH` in the generated rst causes reproducability issues. It is not the random string alone that causes...
> You can dockerize the build so that it's completely reproducible. @chsasank: Could you please elaborate why you think this solves the issue?
I also would appreciate having releases/tags.
Given the fact that Python 2 reaches its end-of-life in a couple of days, what is the status concerning Python 3 support?
This issue is probably related to #98 and #159.
I also would love to see this feature implemented. To add some background to this request: [RFC 8314, section 3.3](https://www.rfc-editor.org/rfc/rfc8314.html#section-3.3) (from 2018) says: > The STARTTLS mechanism on port 587...