Skip to content

Commit

Permalink
back a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Dec 18, 2022
1 parent 6ff669c commit f688184
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# (example breakage: https://gitlab.com/pycqa/flake8/issues/427)
# aiohttp doesn't support 3.11 yet,
# see https://github.com/aio-libs/aiohttp/issues/6600
'aiohttp ; python_version < "3.11"',
'aiohttp==3.8.2 ; python_version < "3.11"',
'flake8~=5.0',
'psutil',
'pycodestyle~=2.9.0',
Expand All @@ -39,11 +39,11 @@
CYTHON_DEPENDENCY,

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

0 comments on commit f688184

Please sign in to comment.