We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7efea commit ae9ff41Copy full SHA for ae9ff41
README.md
@@ -0,0 +1,6 @@
1
+### a file system
2
+1. python3
3
+2. node16
4
+3. webpack5
5
+
6
+### under development
requirements.txt
@@ -0,0 +1,27 @@
+alembic==1.4.3
+aniso8601==8.0.0
+bcrypt==3.2.0
+blinker==1.4
+cachelib==0.1.1
+cffi==1.15.0
7
+click==7.1.2
8
+cryptography==36.0.1
9
+Flask==1.1.2
10
+Flask-Migrate==2.5.3
11
+Flask-Script==2.0.6
12
+itsdangerous==1.1.0
13
+Jinja2==2.11.2
14
+Mako==1.1.3
15
+MarkupSafe==1.1.1
16
+paramiko==2.9.2
17
+pycparser==2.21
18
+PyNaCl==1.5.0
19
+python-dateutil==2.8.1
20
+python-editor==1.0.4
21
+pytz==2020.1
22
+redis==3.5.3
23
+six==1.15.0
24
+tornado==6.1
25
+websockets==10.2
26
+webssh==1.5.3
27
+Werkzeug==1.0.1
0 commit comments