This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
47674c2298
zulip
/
requirements
/
thumbor-dev.in
3 lines
24 B
Plaintext
Raw
Normal View
History
Unescape
Escape
update-locked-requirements: Generate prod locks from dev locks. This guarantees that we don’t accidentally upgrade one without the other, which could happen for example due to different third-party version constraints between the two. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2020-04-18 01:45:40 +02:00
-r pip.in
requirements: Compile thumbor requirements with pip-tools on Python 2. The reason that `pip-tools` running on Python 3 didn’t detect the right requirements for `thumbor` on Python 2 is simply that some of them are conditional on the Python version. As for the requirements that had been manually added as a workaround: `backports-abc` and `singledispatch` are now correctly detected, while `backports.ssl-match-hostname` was vendored into `urllib3` some time ago and `certifi` is no longer necessary. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-09-23 00:42:40 +02:00
-r thumbor.in