Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit d441ab6

Browse files
committed
New Release
1 parent b9075ff commit d441ab6

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

requirements-dev.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ keyring==23.5.0
7878
lazy-object-proxy==1.7.1
7979
# via astroid
8080
lxml==4.7.1
81-
# via
82-
# -r requirements.in
83-
# codechat
81+
# via codechat
8482
markdown-it-py==2.0.0
8583
# via
8684
# mdit-py-plugins

requirements.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ sphinxcontrib-paverutils>=1.17
99
cogapp>=2.5
1010
SQLAlchemy>=1.4.0
1111
CodeChat>=1.8.6
12-
lxml>4.7

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ imagesize==1.3.0
2929
jinja2==3.0.3
3030
# via sphinx
3131
lxml==4.7.1
32-
# via
33-
# -r requirements.in
34-
# codechat
32+
# via codechat
3533
markupsafe==2.0.1
3634
# via jinja2
3735
packaging==21.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
dependencies = [l.strip() for l in fh]
1212

1313

14-
VERSION = "6.0.3"
14+
VERSION = "6.0.4"
1515

1616
# These pre-install hooks are useful to make sure any pre-requisite
1717
# programs that are not pip installable are in place.

0 commit comments

Comments
 (0)