Skip to content

Commit

Permalink
Pin packages in requirements.txt (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw authored Mar 5, 2022
1 parent 61de528 commit 448a0f4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
contextlib2
coverage
factory-boy
freezegun
networkx
pillow
pydot
pygments
pytest-cov
pytest-django
simplejson
contextlib2==21.6.0
coverage==6.3.2
factory-boy==3.2.1
freezegun==1.1.0
networkx==2.6
pillow==9.0.1
pydot==1.4.2
pygments==2.11.2
pytest-cov==3.0.0
pytest-django==4.5.2
simplejson==3.17.6

0 comments on commit 448a0f4

Please sign in to comment.