requirements: Squash prod.txt into py3_prod.txt.

This commit is contained in:
rht 2017-08-22 00:15:07 +02:00 committed by Tim Abbott
parent 6baef37564
commit f24b1f2057
3 changed files with 6 additions and 7 deletions

View File

@ -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 |

View File

@ -1,3 +0,0 @@
netifaces==0.10.5
python-dateutil==2.6.1
uWSGI==2.0.14

View File

@ -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