Mbonea commited on
Commit
a7a71f0
1 Parent(s): 123aef4

minor changes

Browse files
Remotion-app/src/HelloWorld/index.jsx CHANGED
@@ -1,6 +1,6 @@
1
  import {AbsoluteFill} from 'remotion';
2
  import VideoStream from './VideoStream';
3
- import TextStream from './TextStream';
4
  import AudioStream from './AudioStream';
5
 
6
  export const HelloWorld = () => {
 
1
  import {AbsoluteFill} from 'remotion';
2
  import VideoStream from './VideoStream';
3
+ import {TextStream} from './TextStream';
4
  import AudioStream from './AudioStream';
5
 
6
  export const HelloWorld = () => {
requirements.txt CHANGED
@@ -4,24 +4,16 @@
4
  psycopg2-binary==2.9.5
5
  SQLAlchemy==1.4.46
6
  asyncpg==0.27.0
7
- click==8.1.3
8
  databases==0.7.0
9
  fastapi==0.92.0
10
  greenlet==2.0.2
11
  itsdangerous==2.1.2
12
  starlette==0.25.0
13
- typesystem==0.3.1
14
  Werkzeug==2.2.2
15
- pydantic[email]
16
  uvicorn==0.21.1
17
  gunicorn
18
  requests
19
- ujson
20
- psutil
21
  celery
22
  telethon
23
  python-multipart
24
  git+https://github.com/redis/redis-py.git
25
- TgCrypto
26
- pyrogram==2.0.100
27
- asgiref
 
4
  psycopg2-binary==2.9.5
5
  SQLAlchemy==1.4.46
6
  asyncpg==0.27.0
 
7
  databases==0.7.0
8
  fastapi==0.92.0
9
  greenlet==2.0.2
10
  itsdangerous==2.1.2
11
  starlette==0.25.0
 
12
  Werkzeug==2.2.2
 
13
  uvicorn==0.21.1
14
  gunicorn
15
  requests
 
 
16
  celery
17
  telethon
18
  python-multipart
19
  git+https://github.com/redis/redis-py.git