Skip to content

Commit dec1fe3

Browse files
committed
Merge branch 'dev' into HEAD, prepare v3.0.2
2 parents d8880c8 + daa2a7a commit dec1fe3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
version 3.0.2
22
----------------------------------------------------------
3+
* Add pygments as requirement for repl
34
* Update datastore remote to handle write requests (#1166)
45
* Allow multiple servers. (#1164)
56
* Fix typo. (#1162)

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ python_version>="3.8"
2727
aiohttp>=3.8.1
2828
typer[all]>=0.6.1
2929
prompt-toolkit==3.0.8
30+
pygments==2.12.0
3031

3132
# install:serial
3233
pyserial>=3.5

0 commit comments

Comments
 (0)