From 99511421d184992d9adff25ae71511aa196d7615 Mon Sep 17 00:00:00 2001 From: rht Date: Tue, 22 Aug 2017 06:33:16 +0200 Subject: [PATCH] requirements: Rename py3_common.txt to common.txt. --- requirements/README.md | 8 ++++---- requirements/{py3_common.txt => common.txt} | 0 requirements/dev.txt | 2 +- requirements/prod.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename requirements/{py3_common.txt => common.txt} (100%) diff --git a/requirements/README.md b/requirements/README.md index 711540fd9d..85f5e00487 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -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' diff --git a/requirements/py3_common.txt b/requirements/common.txt similarity index 100% rename from requirements/py3_common.txt rename to requirements/common.txt diff --git a/requirements/dev.txt b/requirements/dev.txt index b165dc6dac..953826af44 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,4 +1,4 @@ --r py3_common.txt +-r common.txt -r docs.txt # moto s3 mock diff --git a/requirements/prod.txt b/requirements/prod.txt index add8ee60a6..6ecf2bb18b 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -1,4 +1,4 @@ --r py3_common.txt +-r common.txt netifaces==0.10.5 python-dateutil==2.6.1 uWSGI==2.0.14