Skip to content

Commit 5be70cb

Browse files
authored
Merge pull request #124 from ChannelFinder/refactor_cfstore_to_dataclasses
Refactor cfstore to dataclasses
2 parents e940c13 + f74749e commit 5be70cb

File tree

5 files changed

+1079
-571
lines changed

5 files changed

+1079
-571
lines changed

server/demo.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
[cf]
6767
# cf-store application
6868
# a space-separated list of infotags to set as CF Properties
69-
#infotags = archive foo bar blah
69+
#infotags = archive, foo, bar, blah
7070

7171
# Uncomment line below to turn off the feature to add CA/PVA port info for name server to channelfinder
7272
#iocConnectionInfo = False

server/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ version="1.5"
1212
readme = "README.md"
1313
requires-python = ">=3.6"
1414
dependencies = [
15+
"dataclasses; python_version < '3.7'",
1516
"requests",
1617
"twisted",
1718
"channelfinder @ https://github.com/ChannelFinder/pyCFClient/archive/refs/tags/v3.0.0.zip"

0 commit comments

Comments
 (0)