Skip to content

Commit 2b63c2b

Browse files
committed
Updated for python 3.12
1 parent 3c04cdb commit 2b63c2b

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12.6

requirements.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
websockets==10.3
22
zeroconf==0.39.1
3-
requests==2.28.1
43

4+
# pyaxidraw module
5+
#
56
# The following doesn't work because of private module axidrawinternal:
6-
#axicli @ git+https://github.com/evil-mad/axidraw@eeb37e4501191ee508240a182e16da27a0832110#subdirectory=cli
7+
# axicli @ git+https://github.com/evil-mad/axidraw/axidraw@1e157abca77a0b4397630b208f5b084ba2e0ae83#subdirectory=cli
8+
#
79
# This is the official distribution including the axidrawinternal module (using link with exact version):
8-
https://cdn.evilmadscientist.com/dl/ad/public/ad_api/AxiDraw_API_372.zip
10+
https://cdn.evilmadscientist.com/dl/ad/public/ad_api/AxiDraw_API_396.zip
11+
#
912
# Link to latest version:
10-
#https://cdn.evilmadscientist.com/dl/ad/public/AxiDraw_API.zip
13+
# https://cdn.evilmadscientist.com/dl/ad/public/AxiDraw_API.zip
14+
#
15+
# Docs:
16+
# https://axidraw.com/doc/cli_api/#introduction

0 commit comments

Comments
 (0)