Skip to content

Commit

Permalink
add pinning for deps back to last successful run
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Dec 18, 2022
1 parent 56bac60 commit 6ff669c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
'pyOpenSSL~=22.0.0',
'mypy>=0.800',
CYTHON_DEPENDENCY,

# TODO: cleanup, just debugging back to the most recent successful ci run
# https://github.com/MagicStack/uvloop/actions/runs/3166123561/jobs/5155626399
'aiosignal==1.2.0',
'cryptography==38.0.1',
'frozenlist==1.3.1',
'multidict==6.0.2',
'psutil==5.9.2',
'yarl==1.8.1',
]

# Dependencies required to build documentation.
Expand Down

0 comments on commit 6ff669c

Please sign in to comment.