johnpaulbin commited on
Commit
6509e47
·
verified ·
1 Parent(s): 915f257

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +52 -0
requirements.txt ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ uvicorn[standard]
2
+ flask
3
+ atproto
4
+ emoji
5
+ appnope
6
+ asttokens
7
+ attrs
8
+ backcall
9
+ black
10
+ charset-normalizer
11
+ click
12
+ colorama
13
+ coverage
14
+ coverage
15
+ decorator
16
+ docformatter
17
+ emoji
18
+ exceptiongroup
19
+ executing
20
+ hypothesis
21
+ iniconfig
22
+ ipython
23
+ isort
24
+ jedi
25
+ line-profiler
26
+ matplotlib-inline
27
+ mypy-extensions
28
+ packaging
29
+ parso
30
+ pathspec
31
+ pexpect
32
+ pickleshare
33
+ platformdirs
34
+ pluggy
35
+ prompt-toolkit
36
+ ptyprocess
37
+ pure-eval
38
+ pygments
39
+ pytest
40
+ pytest-asyncio
41
+ pytest-cov
42
+ pyyaml
43
+ regex
44
+ six
45
+ sortedcontainers
46
+ stack-data
47
+ tomli
48
+ traitlets
49
+ typing-extensions
50
+ unidecode
51
+ untokenize
52
+ wcwidth