diff options
author | vg <vgm+dev@devys.org> | 2023-07-06 13:03:10 +0200 |
---|---|---|
committer | vg <vgm+dev@devys.org> | 2023-07-06 13:03:10 +0200 |
commit | b9c194a84cc1ee2f58737be521dbfbee190cc763 (patch) | |
tree | 071840c3cdee9882c6d84010959f3244a0b7afbe | |
parent | 27301862414094f7811ee6cbe958e25f9daec101 (diff) | |
download | pasteme-b9c194a84cc1ee2f58737be521dbfbee190cc763.tar.gz pasteme-b9c194a84cc1ee2f58737be521dbfbee190cc763.tar.bz2 pasteme-b9c194a84cc1ee2f58737be521dbfbee190cc763.zip |
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bottle | 0 | ||||
l--------- | bottle.py | 1 | ||||
-rw-r--r-- | readme.rst | 4 |
4 files changed, 2 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index 9a871da..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "bottle"] - path = bottle - url = https://github.com/defnull/bottle diff --git a/bottle b/bottle deleted file mode 160000 -Subproject ff7f4dbf7b5a31a6c8c2fa0086f7b37cba32a95 diff --git a/bottle.py b/bottle.py deleted file mode 120000 index ccf120b..0000000 --- a/bottle.py +++ /dev/null @@ -1 +0,0 @@ -bottle/bottle.py
\ No newline at end of file @@ -20,8 +20,8 @@ Dependencies ============ - python3 (3.4 at least) -- bottle (included as submodule in this repository) -- pygments (packaged on a lot of distributions) +- bottle (python3-bottle package in debian) +- pygments (python3-pygments package in debian) Installation ============ |