This commit is contained in:
yumoqing 2021-01-30 23:29:34 +08:00
parent 2d2eb97300
commit 7e90ca2a31
3 changed files with 1 additions and 4 deletions

View File

@ -1,3 +1,3 @@
github.com 加速 github.com 加速
git config --global url."https://github.com.cnpmjs.org".insteadOf "https://github.com" git config --global url."https://github.com.cnpmjs.org/".insteadOf "https://github.com/"

View File

@ -15,7 +15,6 @@ from .tab import TabsPanel
from .qrdata import QRCodeWidget from .qrdata import QRCodeWidget
# from .kivycamera import KivyCamera # from .kivycamera import KivyCamera
from .filebrowser import FileLoaderBrowser from .filebrowser import FileLoaderBrowser
from .osc_server import OSCServer
from .graph import Graph, MeshLinePlot, MeshStemPlot, LinePlot, \ from .graph import Graph, MeshLinePlot, MeshStemPlot, LinePlot, \
SmoothLinePlot, ContourPlot, BarPlot, HBar, VBar, ScatterPlot, \ SmoothLinePlot, ContourPlot, BarPlot, HBar, VBar, ScatterPlot, \
PointPlot PointPlot
@ -43,7 +42,6 @@ r('VBar', VBar)
r('ScatterPlot', ScatterPlot) r('ScatterPlot', ScatterPlot)
r('PointPlot', PointPlot) r('PointPlot', PointPlot)
r('MapView', MapView) r('MapView', MapView)
r('OSCServer',OSCServer)
r('DataGrid',DataGrid) r('DataGrid',DataGrid)
r('FileLoaderBrowser',FileLoaderBrowser) r('FileLoaderBrowser',FileLoaderBrowser)
# r('KivyCamera',KivyCamera) # r('KivyCamera',KivyCamera)

View File

@ -6,4 +6,3 @@ pillow
requests requests
plyer plyer
python-osc python-osc
oscpy