#8311 Split up and organize requirements.txt

v1.11.1
closed
None
General
nobody
2019-07-15
2019-06-26
No

Using pip-compile from https://pypi.org/project/pip-tools/ we can make a requirements.in file that doesn't have transitive dependencies, and it'll output a requirements.txt that includes all the transitive dependencies pinned to specific versions and with comments about what requires them.

We can also separate development-only requirements like sphinx stuff which pulls in a lot more dependencies.

Related

Tickets: #8314

Discussion

  • Dave Brondsema

    Dave Brondsema - 2019-06-28
    • status: in-progress --> review
     
  • Dave Brondsema

    Dave Brondsema - 2019-06-28

    db/8311

     
  • Kenton Taylor - 2019-07-10
    • status: review --> closed
     
  • Dave Brondsema

    Dave Brondsema - 2019-07-15
    • Milestone: unreleased --> v1.11.1
     

Log in to post a comment.