add apixu
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
29d1247f42
commit
5766e65b20
3 changed files with 10 additions and 2 deletions
4
Pipfile
4
Pipfile
|
@ -10,3 +10,7 @@ requests = "*"
|
|||
|
||||
[requires]
|
||||
python_version = "3.7"
|
||||
|
||||
[packages.apixu]
|
||||
git = "https://github.com/apixu/apixu-python.git"
|
||||
ref = "master"
|
||||
|
|
6
Pipfile.lock
generated
6
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "0fd749b30be70c938b01b5bf9e870b04e9c3648dea04f51a2feb9da5ac5a8f8c"
|
||||
"sha256": "ca9c2522bf07f03d1588afe76e9f6fc73bc1efec20d4f155d82b709efaf14a56"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {
|
||||
|
@ -16,6 +16,10 @@
|
|||
]
|
||||
},
|
||||
"default": {
|
||||
"apixu": {
|
||||
"git": "https://github.com/apixu/apixu-python.git",
|
||||
"ref": "master"
|
||||
},
|
||||
"certifi": {
|
||||
"hashes": [
|
||||
"sha256:59b7658e26ca9c7339e00f8f4636cdfe59d34fa37b9b04f6f9e9926b3cece1a5",
|
||||
|
|
|
@ -1 +1 @@
|
|||
git+https://github.com/apixu/apixu-python.git@master
|
||||
git+https://github.com/apixu/apixu-python.git@master#egg=apixu
|
||||
|
|
Loading…
Reference in a new issue