| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
This makes sure the pypi page is rendered correctly.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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 ns to qtcpp/qtqml filters
- restructured rules format, docs are now a list
- changed monitor signature
|
| |
|
| |
|
| |
|
|
|
|
| |
setup tools are working
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'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
|
|
|
| |
It's required
|
| |
|
| |
|
|
|
|
| |
system this will be updated next time
|
|
|
|
| |
generators
|
|
|
|
| |
can only be used when using the source now
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
use the optional --editable if you want that changes are still reflected after installation
|