Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #279 from Yelp/u/amribrahim/fix-build-failing
Browse files Browse the repository at this point in the history
Fix build failing because of dependencies conflict
  • Loading branch information
amribr authored Nov 4, 2021
2 parents 243cab3 + 585150e commit d4f73e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
PyYAML<4,>=3.10 # pre-commit 0.8.0 doesnt support PyYAML>=6.0 and docker-compose 1.7.0 requires PyYAML<4,>=3.10
cryptography==3.0
flake8
importlib-metadata==0.23
ipdb==0.10.3
ipython==4.2.0
ipdb==0.13
ipython==5.1.0
ipython-genutils==0.1.0
mock
pre-commit==0.8.0
Expand Down

0 comments on commit d4f73e0

Please sign in to comment.