This website works better with JavaScript.
Home
Explore
Help
Sign In
noelle
/
pyngo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Switch to virtual env
master
Noëlle
4 years ago
parent
490f48c18e
commit
f3966cf0ec
2 changed files
with
8 additions
and
1 deletions
Split View
Show Diff Stats
2
1
main.py
6
0
requirements.txt
+ 2
- 1
main.py
View File
@@ -1,5 +1,6 @@
import sys, os
import psycopg2
import psycopg2 as pg2
import flask as f
def main(args):
pass
+ 6
- 0
requirements.txt
View File
@@ -1 +1,7 @@
click==7.1.2
Flask==1.1.2
itsdangerous==1.1.0
Jinja2==2.11.2
MarkupSafe==1.1.1
psycopg2==2.8.5
Werkzeug==1.0.1
Write
Preview
Loading…
Cancel
Save