Skip to content

Commit

Permalink
Improve installation by not installing "PyGObject-stubs" at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 20, 2021
1 parent 2d33bd2 commit 39c6ad1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -6,9 +6,14 @@ Saraswati changelog
in progress
===========


2021-06-20 0.2.0
================

- Adjust recording pipeline: Add ``audioconvert ! queue`` GStreamer elements after audio source
- Improve documentation
- Fix creating spool directory
- Improve installation by not installing "PyGObject-stubs" at runtime


2021-06-20 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -68,12 +68,12 @@
"click>=7.1.2,<8",
"cloup>=0.8.0,<0.9",
"appdirs>=1.3,<2",
"PyGObject-stubs==0.0.2",
],
extras_require={
"test": [
"pytest>=4.6.7",
"pytest-cov>=2.8.1",
"PyGObject-stubs==0.0.2",
]
},
tests_require=[],
Expand Down

0 comments on commit 39c6ad1

Please sign in to comment.