mirror of https://github.com/zulip/zulip.git
requirements: Squash prod.txt into py3_prod.txt.
This commit is contained in:
parent
6baef37564
commit
f24b1f2057
|
@ -2,9 +2,9 @@ The dependency graph of the requirements is as follows:
|
|||
|
||||
```
|
||||
py3_dev py3_prod
|
||||
+ + + + +
|
||||
| | +->py3_common<-+ v
|
||||
| | | + prod
|
||||
+ + + +
|
||||
| | +->py3_common<-+
|
||||
| | | +
|
||||
| | | v
|
||||
| | |py3_socialauth
|
||||
| v |
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
netifaces==0.10.5
|
||||
python-dateutil==2.6.1
|
||||
uWSGI==2.0.14
|
|
@ -1,3 +1,5 @@
|
|||
-r py3_common_lock.txt
|
||||
-r prod.txt
|
||||
netifaces==0.10.5
|
||||
python-dateutil==2.6.1
|
||||
uWSGI==2.0.14
|
||||
flup==1.0.3.dev20161029
|
||||
|
|
Loading…
Reference in New Issue