aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace usage of 'typing.io' by 'typing'Dominik Holland2022-01-271-1/+1
| | | | | | | | | With python 3.5 typing.io was integrated into the core libraries and no additional package is needed in order to use it. This also sets python 3.5 as the minimum version. Fixes: #104
* Also update the minimal requirements in setup.pyDominik Holland2022-01-271-2/+2
|
* Change the long description content type to "Markdown"Dominik Holland2022-01-271-0/+1
| | | | This makes sure the pypi page is rendered correctly.
* Relax the required versions of all our dependenciesDominik Holland2022-01-271-9/+9
| | | | | | This should make it easier to install the package using pip, especially when some other packages require a more uptodate version of one of our dependent packages.
* Bump pyyaml from 5.1 to 5.4 (#95)dependabot[bot]2022-01-271-1/+1
| | | | | | | | | | Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump jinja2 from 2.10.3 to 2.11.3 (#94)dependabot[bot]2022-01-271-1/+1
| | | | | | | | | | Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.10.3...2.11.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* upgrade to jinja 2.10.3 to fix jinja vulnerability of 2.10.0Juergen Ryannel2022-01-271-1/+1
|
* freeze qface dependencies based on QtIVI input (#92)Jürgen Ryannel2022-01-271-8/+8
| | | | | | | | | | | | | | * freeze qface dependencies based on QtIVI input * upgrade version number to 2.0.1 * updated requirements and cli file * fix cli test-ci naming * was wrong fix * fix travis ci script
* - add new qface binary to launch external rule filesJuergen Bocklage-Ryannel2018-11-221-1/+6
| | | | | | - add ns to qtcpp/qtqml filters - restructured rules format, docs are now a list - changed monitor signature
* bumped antlr version to 4.7.1Juergen Bocklage-Ryannel2018-03-071-1/+1
|
* added missing dependencyJuergen Bocklage-Ryannel2018-01-181-2/+3
|
* updated setup script to use updated manifest fileJuergen Bocklage-Ryannel2017-07-261-3/+0
|
* Fixed some smaller issues with named filters and how theJuergen Bocklage-Ryannel2017-07-131-0/+3
| | | | setup tools are working
* Updated setup dependenciesJuergen Bocklage-Ryannel2017-07-111-1/+1
|
* updates setup script (license, dev status)Juergen Bocklage-Ryannel2017-07-101-13/+4
|
* Merge the fixes from master into develop and add a new fix for the needed ↵Dominik Holland2017-06-271-0/+2
| | | | | | | | | | | | | | | | | | | | 'typing' package (#53) * Add 'six' as a requirement to requirements.txt and setup.py (#46) It seems like the 'six' package is a dependency and needs to be installed expliclty. * Fix generator.py to always write with the utf-8 encoding (#47) On windows the default encoding is not utf-8, that's why need to set it when opening a file for writing * antlr4 has a implicit dependency towards the 'typing' module antlr doesn't specify the dependency anywhere and on most systems 'typing' is already installed, but on systems like RHEL it is not installed and needs to be specified explicitly
* setup: Add watchdog package as dependency (#28)Kevin Funk2017-03-281-0/+1
| | | It's required
* added email contactJuergen Bocklage-Ryannel2017-01-271-0/+2
|
* added mising requirementsJuergen Bocklage-Ryannel2017-01-271-3/+2
|
* Updated development status to beta. After it has been used in a production ↵Juergen Bocklage-Ryannel2017-01-271-1/+1
| | | | system this will be updated next time
* Added qface-qtcpp and qface-qtqml as entry points to call the built-in ↵Juergen Bocklage-Ryannel2017-01-271-1/+8
| | | | generators
* renamed the cmdline cli to qface-cli and removed it from the installer. This ↵Juergen Bocklage-Ryannel2017-01-271-7/+3
| | | | can only be used when using the source now
* added central about information for publishingJuergen Bocklage-Ryannel2017-01-171-5/+12
|
* bumped version numberJuergen Ryannel2016-12-091-1/+1
|
* bumped version numberJuergen Ryannel2016-12-091-1/+1
|
* unified command lines on qface and example generatorJuergen Bocklage-Ryannel2016-12-051-0/+4
|
* refactored the examples. WIPJuergen Ryannel2016-12-021-4/+0
|
* updated the setup configurationJuergen Bocklage-Ryannel2016-12-021-8/+49
|
* Added the ability to install face now. Simple type ./cli.py install. You can ↵Juergen Bocklage-Ryannel2016-11-301-0/+21
use the optional --editable if you want that changes are still reflected after installation