mirror of https://github.com/zulip/zulip.git
requirements: Rename py3_common.txt to common.txt.
This commit is contained in:
parent
0a469fd4c8
commit
99511421d1
|
@ -3,7 +3,7 @@ The dependency graph of the requirements is as follows:
|
||||||
```
|
```
|
||||||
dev prod
|
dev prod
|
||||||
+ + +
|
+ + +
|
||||||
| +->py3_common<-+
|
| +->common<-----+
|
||||||
| |
|
| |
|
||||||
| v
|
| v
|
||||||
| emailmirror,socialauth
|
| emailmirror,socialauth
|
||||||
|
@ -11,13 +11,13 @@ v
|
||||||
mypy,docs,py3k
|
mypy,docs,py3k
|
||||||
```
|
```
|
||||||
|
|
||||||
Of the files, only dev, prod, and mypy have been used in the install
|
Of the files, only dev, prod, py3k, and mypy have been used in the install
|
||||||
scripts directly. The rest are implicit dependencies.
|
scripts directly. The rest are implicit dependencies.
|
||||||
|
|
||||||
py3_common and dev locked.
|
common and dev are locked.
|
||||||
|
|
||||||
Steps to update a lock file, e.g. to update ipython from 5.3.0 to 6.0.0 in
|
Steps to update a lock file, e.g. to update ipython from 5.3.0 to 6.0.0 in
|
||||||
common.txt and propagate it to py3_common_lock:
|
common.txt and propagate it to dev_lock.txt and prod_lock.txt:
|
||||||
0. Replace `ipython==5.4.1` with `ipython==6.0.0` in common.txt
|
0. Replace `ipython==5.4.1` with `ipython==6.0.0` in common.txt
|
||||||
1. Run './tools/update-locked-requirements'
|
1. Run './tools/update-locked-requirements'
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
-r py3_common.txt
|
-r common.txt
|
||||||
-r docs.txt
|
-r docs.txt
|
||||||
|
|
||||||
# moto s3 mock
|
# moto s3 mock
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
-r py3_common.txt
|
-r common.txt
|
||||||
netifaces==0.10.5
|
netifaces==0.10.5
|
||||||
python-dateutil==2.6.1
|
python-dateutil==2.6.1
|
||||||
uWSGI==2.0.14
|
uWSGI==2.0.14
|
||||||
|
|
Loading…
Reference in New Issue