Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
minor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Christian Knuchel
minor
Commits
2e101d70
Commit
2e101d70
authored
Apr 22, 2020
by
Fence
🌈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add pipenv
parent
cce6beac
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
296 additions
and
11 deletions
+296
-11
.gitignore
.gitignore
+3
-1
Pipfile
Pipfile
+17
-0
Pipfile.lock
Pipfile.lock
+273
-0
local.py
local.py
+1
-1
minor/__init__.py
minor/__init__.py
+2
-1
requirements.txt
requirements.txt
+0
-8
No files found.
.gitignore
View file @
2e101d70
...
...
@@ -65,4 +65,6 @@ target/
# pyenv
.python-version
./uploads/*
\ No newline at end of file
./uploads/*
.mypy_cache
Pipfile
0 → 100644
View file @
2e101d70
[[source]]
name
=
"pypi"
url
=
"https://pypi.org/simple"
verify_ssl
=
true
[dev-packages]
[packages]
flask
=
"*"
flask-controller
=
{
git
=
"https://github.com/TypicalFence/FlaskController.git"
}
pyjwt
=
"==1.7.1"
flask-mongoengine
=
"*"
mutagen
=
"*"
bcrypt
=
"*"
[requires]
python_version
=
"3.8"
Pipfile.lock
0 → 100644
View file @
2e101d70
This diff is collapsed.
Click to expand it.
local.py
View file @
2e101d70
...
...
@@ -5,4 +5,4 @@ app = App({
"IMAGE_UPLOAD_DIR"
:
"./upload"
})
app
.
run
()
\ No newline at end of file
flask
=
app
.
get_application
()
minor/__init__.py
View file @
2e101d70
from
minor.app
import
App
\ No newline at end of file
from
minor.app
import
App
requirements.txt
deleted
100644 → 0
View file @
cce6beac
flask
PyJWT
==1.7.1
flask_mongoengine
git+https://github.com/AlexFence/FlaskController.git
mutagen
click
tabulate
bcrypt
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment