7
8dd8e9916e
upgrade pytest version that compatible with pytest-cov, fixes some caplog unit tests ( #1464 )
2019-01-08 09:15:23 -06:00
Harsha Narayana
82f7f847ba
cleanup requirements and move dependency inside setup.py
...
Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
2018-12-28 10:24:03 +05:30
Harsha Narayana
4880761fe0
add setuputil based test running and makefile support
...
Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
2018-12-28 10:24:02 +05:30
Yun Xu
272f6e195d
added black for lint check
2018-10-13 18:10:43 -07:00
Yun Xu
1bdf9ca057
add py37 in setup.py
2018-10-12 22:58:49 -07:00
Stephen Sadowski
4466e8cce1
Merge pull request #1304 from ignatenkobrain/fedora
...
Switch to websockets 6.0
2018-10-04 18:45:22 -05:00
Richard Kuesters
d1a578b555
pinned httptools requirement to version 0.0.10+
2018-10-03 12:22:29 -03:00
Igor Gnatenko
c578974246
Switch to websockets 6.0
...
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2018-09-02 09:23:30 +02:00
7
334649dfd4
Fix response ci header ( #1244 )
...
* add unit tests, which should fail
* fix CIDict
* moving CIDict to avoid circular imports
* fix unit tests
* use multidict for headers
* fix cookie
* add version constraint for multidict
* omit test coverage for __main__.py
* make flake8 happy
* consolidate check in for loop
* travisci retry build
2018-07-11 01:44:21 -07:00
7
f9b29fd7e7
py37 ( #1256 )
...
* add py37 to travisci
* use dist:xenial for py37
* sudo: true in .travici
* bump websockets version for py37 support and fix unit tests
2018-07-03 22:07:08 -07:00
7
baa689ad43
Fix failed build and add websockets version specifier ( #1239 )
...
* add websockets version constraint
* fix failed build
2018-06-07 10:07:26 -07:00
Alec Buckenheimer
5ef567405f
fixed platform from windows to win32
2018-02-06 19:56:25 -05:00
Alec Buckenheimer
82cb182fe7
added pip requirement to only install ujson and uvloop with cpython on non windows machines
2018-02-06 09:57:16 -05:00
manisenkov
49c29e6862
Upgrade development status to beta
2018-01-31 23:25:50 +01:00
Aleksandr Kurlov
96976fa892
remove uvloop for windows setup
2017-12-29 23:04:22 +05:00
Yun Xu
049f12096d
fix unit tests
2017-11-25 21:07:38 -08:00
Thomas Grainger
834468e8e7
fix README.rst -> long_description encoding
2017-05-02 17:37:17 +01:00
Thomas Grainger
9e502099e0
add readme to package directly
2017-05-02 10:05:05 +01:00
adam.serafini
6b2883074b
Fix installation on Ubuntu 16.10
...
Fixes issue #629 . Printing a unicode string at the end of the
setup.py script is asking for trouble. It's also redundant:
the pip tool itself tells the user whether the installation was
successful or not.
2017-04-12 10:59:03 +02:00
Jakob Bowyer
42ba5298a7
Flake8 cleanup. Setup environmental variables.
...
Skipping broken tests unrelated.
2017-03-28 10:50:09 +01:00
Raphael Deem
878ef446a2
refactor redundant print logic
2017-03-11 21:54:07 -08:00
Raphael Deem
668f6477bb
fix spacing
2017-03-11 21:46:31 -08:00
Raphael Deem
01a770cbca
windows setup
2017-03-11 19:32:38 -08:00
Miguel Grinberg
6e903ee7d5
websocket support, using websockets package
2017-02-27 22:35:28 -08:00
Eli Uriegas
a5066f15dc
Attempt to remedy install problems from 0.4.0
...
Relates to 1436fb3ef4
2017-02-27 10:14:47 -06:00
Angus Hollands
1436fb3ef4
Don't ask for uvloop on windows
...
This is a tricky issue, but essentially uvloop is unavailable on windows. This means for windows users, we have to install Sanic with no requirements, and then manually specify all requirements apart from uvloop.
However, Sanic will work with standard asyncio event loop. So, I propose we remove the uvloop requirement on windows. This patch doesn't touch any demo imports.
2017-02-10 13:14:36 +00:00
Channel Cat
1649f30808
Updated password
2017-01-30 02:22:12 -08:00
Andrew Widdersheim
0c7275da1a
Remove multidict requirement
...
This is no longer necessary after #302 .
2017-01-20 18:12:54 -05:00
Channel Cat
d02fffb6b8
Fixing import of CIMultiDict
2016-11-19 18:41:40 -08:00
Channel Cat
ee70f1e55e
Upped to version 0.1.6
2016-10-25 01:49:43 -07:00
Channel Cat
bf6879e46f
Made static file serving part of Sanic
...
Added sanic.static, blueprint.static, documentation, and testing
2016-10-24 01:21:06 -07:00
Channel Cat
201e232a0d
Releasing 0.1.5
2016-10-23 03:43:01 -07:00
Channel Cat
8142121c90
Update setup.py
2016-10-18 01:51:17 -07:00
Channel Cat
4f102a9cf2
Fixed setup.py bad classifier and upped version
2016-10-16 02:44:16 -07:00
Channel Cat
6b8b6b80ee
Upped version for pypi and added travis build status image to readme
2016-10-16 02:33:10 -07:00
cclauss
392ec9dc70
License is MIT, not BSD
...
Added Python 3.5 and 3.6 trove classifieds for PyPI.
2016-10-16 06:03:35 +02:00
Channel Cat
254861bc37
Reformatted code to use spaces instead of tabs
2016-10-14 19:53:49 -07:00
Channel Cat
5a7447e975
Basic documentation
2016-10-14 04:51:08 -07:00
Channel Cat
2cfce77328
Added exception tests and updated project description
2016-10-14 03:37:40 -07:00
Channel Cat
1c427181e2
Fuck it, uvloop is required
...
httptools already requires compilation, so why not include uvloop
2016-10-09 16:02:43 -07:00
Channel Cat
8fbc6c2c4e
Moved request handling into sanic
2016-10-08 19:45:11 -07:00
Channel Cat
74b0cbae1b
.
2016-10-06 01:40:22 -07:00
Channel Cat
afeed3cabd
Added setup for pip install
2016-10-01 19:48:50 -07:00