1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

build: update gevent, support py3.6

This commit is contained in:
Ilya Kreymer 2017-03-09 11:59:54 -08:00
parent d4321792b7
commit af7bbfd6e1
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ language: python
python:
- "2.7"
- "3.5"
- "3.6"
os:
- linux

View File

@ -8,6 +8,6 @@ surt>=0.3.0
brotlipy
pyyaml
webencodings
gevent==1.1.2
gevent==1.2.1
webassets==0.12.1
portalocker