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
c8c27ddcc7
zulip
/
requirements
/
py3_prod.txt
4 lines
59 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Lock the recursive requirements in common.txt via pip-compile. The commit is composed of: (1) distill out top-level dependencies in common.txt, (2) add -e flag to the vcs-based packages because pip-compile can't do without, (3) pip-compile/generate the locked files then remove the -e flags from the lockfile, (4) pin pathlib2 to dev.txt because it turns out it is a direct requirement of documentation_crawler, (5) document the structure and add an automation script (6) remove cryptography==1.9 from requirements/scrapy.txt since cryptography is automatically added from pyopenssl (7) add sed command to remove future/futures from the generated lock file in python3 (this should have been automatically handled by pip-compile, so pending for the feature from pip-compile) Tweaked by tabbott to update PROVISION_VERSION and add a missing `first` dependency.
2017-05-12 02:30:38 +02:00
-r py3_common_lock.txt
py3_prod: Add py3 production requirements file.
2016-10-11 06:26:40 +02:00
-r prod.txt
requirements: Upgrade flup to 1.0.3.dev20161029 for Python 3 support Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2016-11-20 06:49:54 +01:00
flup==1.0.3.dev20161029