Skip to content
Commits on Source (2)
......@@ -116,6 +116,10 @@ added to the HLS spec which this tool isn't aware of.
ChangeLog
---------
* v0.10.1
- lifted lib version restriction
* v0.10.0
- add support for config file
......
__version__ = "0.10.0"
__version__ = "0.10.1"
* COMMENT -*- mode: org -*-
#+Date: 2019-03-02
Time-stamp: <2020-12-23>
Time-stamp: <2021-05-09>
#+STARTUP: content
* notes :entry:
** 2020-05-08 how to distribute pkg on pypi? :doc:
......@@ -9,6 +9,9 @@ Time-stamp: <2020-12-23>
- make git commit, push it.
- make upload
if proxy is needed (e.g. inside GFW),
env HTTP_PROXY=http://localhost:8123 HTTPS_PROXY=http://localhost:8123 make upload
** 2020-12-23 config file path and format :doc:
see README.rst file Documentation section.
......
wells==1.5.0
requests==2.25.1
wells>=1.5.0
requests>=2.25.1
# six==1.12.0
# raven==6.0.0