blob: ff572a128f8c4db7e2aa4f5d33c204f2906fc641 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
requirements:
- contrib/restricted/llhttp
exclude:
- aiohttp/.hash/*
- examples/*
mark_as_cython_c:
- aiohttp/_helpers.pyx
- aiohttp/_http_parser.pyx
- aiohttp/_http_writer.pyx
- aiohttp/_websocket.pyx
|