requirements: Rename py3_common.txt to common.txt.

This commit is contained in:
rht 2017-08-22 06:33:16 +02:00 committed by Tim Abbott
parent 0a469fd4c8
commit 99511421d1
4 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ The dependency graph of the requirements is as follows:
```
dev prod
+ + +
| +->py3_common<-+
| +->common<-----+
| |
| v
| emailmirror,socialauth
@ -11,13 +11,13 @@ v
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.
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
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
1. Run './tools/update-locked-requirements'

View File

@ -1,4 +1,4 @@
-r py3_common.txt
-r common.txt
-r docs.txt
# moto s3 mock

View File

@ -1,4 +1,4 @@
-r py3_common.txt
-r common.txt
netifaces==0.10.5
python-dateutil==2.6.1
uWSGI==2.0.14